blob: 4ea181739c9f90598181a77270f50115349bda42 [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "content/public/browser/browser_plugin_guest_manager.h"
namespace content {
WebContents* BrowserPluginGuestManager::GetGuestByInstanceID(
WebContents* embedder_web_contents,
int browser_plugin_instance_id) {
return NULL;
}
bool BrowserPluginGuestManager::ForEachGuest(
WebContents* embedder_web_contents,
const GuestCallback& callback) {
return false;
}
} // content