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

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

Issue 22300003: Move broker creation out of PepperHelperImpl to PPB_Broker_Impl in the effort to eliminate PepperHe… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 4 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
===================================================================
--- content/browser/web_contents/web_contents_impl.h (revision 215720)
+++ content/browser/web_contents/web_contents_impl.h (working copy)
@@ -554,7 +554,7 @@
// Callback function when requesting permission to access the PPAPI broker.
// |result| is true if permission was granted.
- void OnPpapiBrokerPermissionResult(int request_id, bool result);
+ void OnPpapiBrokerPermissionResult(int routing_id, bool result);
// IPC message handlers.
void OnDidLoadResourceFromMemoryCache(const GURL& url,
@@ -611,7 +611,7 @@
void OnWebUISend(const GURL& source_url,
const std::string& name,
const base::ListValue& args);
- void OnRequestPpapiBrokerPermission(int request_id,
+ void OnRequestPpapiBrokerPermission(int routing_id,
const GURL& url,
const base::FilePath& plugin_path);
void OnBrowserPluginMessage(const IPC::Message& message);

Powered by Google App Engine
This is Rietveld 408576698