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

Unified Diff: components/nacl/browser/nacl_process_host.h

Issue 98183012: Pepper: Split PpapiHostMsg_ChannelCreated use. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed up method names Created 6 years, 12 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 | « no previous file | components/nacl/browser/nacl_process_host.cc » ('j') | ppapi/proxy/ppapi_messages.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/browser/nacl_process_host.h
diff --git a/components/nacl/browser/nacl_process_host.h b/components/nacl/browser/nacl_process_host.h
index 994799b8e982deec416571b79c2f2b3bccf51e81..26c4914ac684c148ff611edbc648590fe470f160 100644
--- a/components/nacl/browser/nacl_process_host.h
+++ b/components/nacl/browser/nacl_process_host.h
@@ -176,8 +176,11 @@ class NaClProcessHost : public content::BrowserChildProcessHostDelegate {
IPC::Message* reply_msg);
#endif
- // Called when a PPAPI IPC channel has been created.
- void OnPpapiChannelCreated(const IPC::ChannelHandle& channel_handle);
+ // Called when the PPAPI IPC channel to the browser has been created.
+ void OnPpapiBrowserChannelCreated(const IPC::ChannelHandle& channel_handle);
+ // Called when the PPAPI IPC channel to the renderer has been created.
+ void OnPpapiRendererChannelCreated(const IPC::ChannelHandle& channel_handle);
+
// Called by PluginListener, so messages from the untrusted side of
// the IPC proxy can be handled.
bool OnUntrustedMessageForwarded(const IPC::Message& msg);
« no previous file with comments | « no previous file | components/nacl/browser/nacl_process_host.cc » ('j') | ppapi/proxy/ppapi_messages.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698