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 eb7daaeee762b85d469772a40771522a9eb8e362..7164a51b899716509f7f18a8831e736296325425 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -565,9 +565,7 @@ 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(int request_id); |
void OnDidDownloadFavicon(int id, |
const GURL& image_url, |
int requested_size, |