Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(207)

Unified Diff: content/browser/web_contents/web_contents_impl.h

Issue 11956022: Browser Plugin: Allocate Instance IDs in BrowserPluginEmbedder instead of BrowserPluginManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Diff against simplified focus Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 14b7e1fda3cf6b39e58790f93c651484a2ce9956..1a71a4cdf340885c1efd886d24fdc663c4e35fc5 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -562,9 +562,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,

Powered by Google App Engine
This is Rietveld 408576698