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

Unified Diff: ipc/ipc.mojom

Issue 2381493003: Move ViewMsg_New to mojom (Closed)
Patch Set: . Created 4 years, 3 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: ipc/ipc.mojom
diff --git a/ipc/ipc.mojom b/ipc/ipc.mojom
index 292a53b4e714b9a7d9ba98bed0c3d5488f729bf5..136c7252d63c6ba54f003129a91071082ab9325e 100644
--- a/ipc/ipc.mojom
+++ b/ipc/ipc.mojom
@@ -4,6 +4,9 @@
module IPC.mojom;
+// NOTE: This MUST match the value of MSG_ROUTING_NONE in src/ipc/ipc_message.h.
+const int32 ROUTING_ID_NONE = -2;
dcheng 2016/09/30 06:30:37 Should this be named kRoutingIdNone to reflect the
Ken Rockot(use gerrit already) 2016/09/30 20:02:54 Done. I think I was just tricked by the definition
+
struct SerializedHandle {
handle the_handle;

Powered by Google App Engine
This is Rietveld 408576698