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

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

Issue 424893003: Pepper: Move NaCl fatal logging to Chrome IPC. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix for dmichael Created 6 years, 5 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 6d613b0690af4ef4b97a7f9ed47628d751af53c0..7ed8b070e18af4c7aea4113fc31d4a7284dea300 100644
--- a/components/nacl/common/nacl_messages.h
+++ b/components/nacl/common/nacl_messages.h
@@ -103,3 +103,6 @@ IPC_MESSAGE_CONTROL4(NaClProcessHostMsg_PpapiChannelsCreated,
IPC::ChannelHandle, /* ppapi_renderer_channel_handle */
IPC::ChannelHandle, /* trusted_renderer_channel_handle */
IPC::ChannelHandle /* manifest_service_channel_handle */)
+
+IPC_MESSAGE_CONTROL1(NaClProcessHostMsg_FatalLogReceived,
Mark Seaborn 2014/07/30 22:23:26 Isn't the "NaClProcessHostMsg_" prefix for message
+ std::string /* Log contents */)
« no previous file with comments | « no previous file | components/nacl/loader/nacl_listener.cc » ('j') | components/nacl/loader/nacl_trusted_listener.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698