| 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 ac06546fe237c87a60dbeb9c1920974368ce4664..affabec86dcbe933f4933ad90035fcd82749f252 100644
|
| --- a/content/public/browser/browser_plugin_guest_manager.cc
|
| +++ b/content/public/browser/browser_plugin_guest_manager.cc
|
| @@ -7,7 +7,7 @@
|
| namespace content {
|
|
|
| WebContents* BrowserPluginGuestManager::GetGuestByInstanceID(
|
| - WebContents* embedder_web_contents,
|
| + int owner_process_id,
|
| int browser_plugin_instance_id) {
|
| return nullptr;
|
| }
|
|
|