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

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

Issue 484783002: Pepper: Report NaCl exit status over Chromium IPC. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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_renderer_messages.h
diff --git a/components/nacl/common/nacl_renderer_messages.h b/components/nacl/common/nacl_renderer_messages.h
new file mode 100644
index 0000000000000000000000000000000000000000..a0c7e37463ba098425aa720517e61305461b0006
--- /dev/null
+++ b/components/nacl/common/nacl_renderer_messages.h
@@ -0,0 +1,13 @@
+// Copyright 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// Defines messages between the renderer and the NaCl process.
+
+// Multiply-included message file, no traditional include guard.
+#include "ipc/ipc_message_macros.h"
+
+#define IPC_MESSAGE_START NaClHostMsgStart
+
+IPC_SYNC_MESSAGE_CONTROL1_0(NaClRendererMsg_ReportExitStatus,
Mark Seaborn 2014/08/21 21:12:32 Can you comment here why the message needs to be s
teravest 2014/08/22 16:07:11 Done.
+ int /* exit_status */)

Powered by Google App Engine
This is Rietveld 408576698