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

Unified Diff: content/renderer/pepper/pepper_broker_impl.h

Issue 10378057: Broker out PPAPI handle duplication (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 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
« no previous file with comments | « content/public/common/sandbox_init.cc ('k') | content/renderer/pepper/pepper_broker_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper/pepper_broker_impl.h
===================================================================
--- content/renderer/pepper/pepper_broker_impl.h (revision 136613)
+++ content/renderer/pepper/pepper_broker_impl.h (working copy)
@@ -37,8 +37,7 @@
PepperBrokerDispatcherWrapper();
~PepperBrokerDispatcherWrapper();
- bool Init(base::ProcessHandle plugin_process_handle,
- const IPC::ChannelHandle& channel_handle);
+ bool Init(const IPC::ChannelHandle& channel_handle);
int32_t SendHandleToBroker(PP_Instance instance,
base::SyncSocket::Handle handle);
@@ -59,8 +58,7 @@
virtual void Disconnect(webkit::ppapi::PPB_Broker_Impl* client) OVERRIDE;
// Called when the channel to the broker has been established.
- void OnBrokerChannelConnected(base::ProcessHandle broker_process_handle,
- const IPC::ChannelHandle& channel_handle);
+ void OnBrokerChannelConnected(const IPC::ChannelHandle& channel_handle);
// Connects the plugin to the broker via a pipe.
void ConnectPluginToBroker(webkit::ppapi::PPB_Broker_Impl* client);
« no previous file with comments | « content/public/common/sandbox_init.cc ('k') | content/renderer/pepper/pepper_broker_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698