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

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

Issue 231793003: Add IPC Channel for new ManifestService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 77db20157193e06b90018d957c0b012932832b5a..79e2bf3eb40d5b895c686370182081fd440a644d 100644
--- a/components/nacl/common/nacl_messages.h
+++ b/components/nacl/common/nacl_messages.h
@@ -90,7 +90,8 @@ IPC_SYNC_MESSAGE_CONTROL2_2(NaClProcessMsg_ResolveFileToken,
// Notify the browser process that the server side of the PPAPI channel was
// created successfully.
-IPC_MESSAGE_CONTROL3(NaClProcessHostMsg_PpapiChannelsCreated,
+IPC_MESSAGE_CONTROL4(NaClProcessHostMsg_PpapiChannelsCreated,
IPC::ChannelHandle, /* browser_channel_handle */
IPC::ChannelHandle, /* ppapi_renderer_channel_handle */
- IPC::ChannelHandle /* trusted_renderer_channel_handle */)
+ IPC::ChannelHandle, /* trusted_renderer_channel_handle */
+ IPC::ChannelHandle /* embedder_service_channel_handle */)

Powered by Google App Engine
This is Rietveld 408576698