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

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

Issue 139993009: [WIP] Yet another demo for BMM NaCl ppapi connection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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: components/nacl/common/nacl_messages.h
diff --git a/components/nacl/common/nacl_messages.h b/components/nacl/common/nacl_messages.h
index 261b87e8e7b1a5acfa43385a78efb991cc1dc460..d2e9ca0dbe7385fe3f5eb79f16d41b1de0b31862 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_PpapiChannelCreated,
+ IPC::ChannelHandle /* browser_channel_handle */,
+ IPC::ChannelHandle /* renderer_channel_handle */)

Powered by Google App Engine
This is Rietveld 408576698