| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index e3f6ac93734037a693122a3247a51981df6e77ea..ffa11830fa4a814fafa1328e10209ea32d58999b 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -567,9 +567,8 @@ class CONTENT_EXPORT WebContentsImpl
|
| void OnRequestPpapiBrokerPermission(int request_id,
|
| const GURL& url,
|
| const FilePath& plugin_path);
|
| - void OnBrowserPluginCreateGuest(
|
| - int instance_id,
|
| - const BrowserPluginHostMsg_CreateGuest_Params& params);
|
| + void OnBrowserPluginAllocateInstanceID(const IPC::Message& message,
|
| + int request_id);
|
| void OnDidDownloadFavicon(int id,
|
| const GURL& image_url,
|
| int requested_size,
|
|
|