| Index: content/public/browser/browser_plugin_guest_manager.cc
|
| diff --git a/content/public/browser/browser_plugin_guest_manager.cc b/content/public/browser/browser_plugin_guest_manager.cc
|
| index 8780a09c4a1d1de89dd5c1752382eadd53fcdb6e..73d0f5a33a83a6584ddbcdec4cadb01a96b94eb1 100644
|
| --- a/content/public/browser/browser_plugin_guest_manager.cc
|
| +++ b/content/public/browser/browser_plugin_guest_manager.cc
|
| @@ -8,6 +8,12 @@
|
|
|
| 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) {
|
|
|