| Index: content/public/browser/browser_plugin_guest_manager.h
|
| diff --git a/content/public/browser/browser_plugin_guest_manager.h b/content/public/browser/browser_plugin_guest_manager.h
|
| index 9839dfb91c1aa8c182853a728f954d5e51ec8829..f56cd2abfef86c4e809f4dcc9ba55146de23a130 100644
|
| --- a/content/public/browser/browser_plugin_guest_manager.h
|
| +++ b/content/public/browser/browser_plugin_guest_manager.h
|
| @@ -35,8 +35,8 @@ class CONTENT_EXPORT BrowserPluginGuestManager {
|
| // not own the requested guest, then the embedder will be killed,
|
| // and the |callback| will not be called.
|
| virtual void MaybeGetGuestByInstanceIDOrKill(
|
| - int guest_instance_id,
|
| - int embedder_render_process_id,
|
| + WebContents* embedder_web_contents,
|
| + int browser_plugin_instance_id,
|
| const GuestByInstanceIDCallback& callback) {}
|
|
|
| // Iterates over all WebContents belonging to a given |embedder_web_contents|,
|
|
|