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

Unified Diff: content/browser/plugin_service_impl.h

Issue 10919169: Change how PepperMessageFilter is constructed, to simplify its use. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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/plugin_service_impl.h
===================================================================
--- content/browser/plugin_service_impl.h (revision 155271)
+++ content/browser/plugin_service_impl.h (working copy)
@@ -128,6 +128,7 @@
PpapiPluginProcessHost* FindOrStartPpapiPluginProcess(
const FilePath& plugin_path,
const FilePath& profile_data_directory,
+ int render_process_id,
brettw 2012/09/10 22:27:11 Can you add a comment about what this is?
PpapiPluginProcessHost::PluginClient* client);
PpapiPluginProcessHost* FindOrStartPpapiBrokerProcess(
const FilePath& plugin_path);
@@ -143,6 +144,7 @@
PluginProcessHost::Client* client);
void OpenChannelToPpapiPlugin(const FilePath& plugin_path,
const FilePath& profile_data_directory,
+ int render_process_id,
PpapiPluginProcessHost::PluginClient* client);
void OpenChannelToPpapiBroker(const FilePath& path,
PpapiPluginProcessHost::BrokerClient* client);
« no previous file with comments | « no previous file | content/browser/plugin_service_impl.cc » ('j') | content/browser/renderer_host/pepper/pepper_message_filter.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698