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

Unified Diff: components/nacl/common/nacl_messages.h

Issue 150713003: Create IPC channel to communicate with the renderer in NaClListener::OnStart(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | « components/nacl/browser/nacl_process_host.cc ('k') | components/nacl/loader/nacl_ipc_adapter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/common/nacl_messages.h
diff --git a/components/nacl/common/nacl_messages.h b/components/nacl/common/nacl_messages.h
index 261b87e8e7b1a5acfa43385a78efb991cc1dc460..7f00a54fdba47b4c41c1f47d88f91ee8d1f7d285 100644
--- a/components/nacl/common/nacl_messages.h
+++ b/components/nacl/common/nacl_messages.h
@@ -91,5 +91,6 @@ IPC_SYNC_MESSAGE_CONTROL2_2(NaClProcessMsg_ResolveFileToken,
// Notify the browser process that the server side of the PPAPI channel was
// created successfully.
-IPC_MESSAGE_CONTROL1(NaClProcessHostMsg_PpapiChannelCreated,
- IPC::ChannelHandle /* channel_handle */)
+IPC_MESSAGE_CONTROL2(NaClProcessHostMsg_PpapiChannelsCreated,
+ IPC::ChannelHandle, /* browser_channel_handle */
+ IPC::ChannelHandle /* renderer_channel_handle */)
« no previous file with comments | « components/nacl/browser/nacl_process_host.cc ('k') | components/nacl/loader/nacl_ipc_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698