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

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
« no previous file with comments | « content/test/layouttest_support.cc ('k') | services/shell/public/cpp/capabilities_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc.mojom
diff --git a/ipc/ipc.mojom b/ipc/ipc.mojom
index 292a53b4e714b9a7d9ba98bed0c3d5488f729bf5..0a4fcfa84e60f05925955604007d4830376a7f94 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 kRoutingIdNone = -2;
+
struct SerializedHandle {
handle the_handle;
« no previous file with comments | « content/test/layouttest_support.cc ('k') | services/shell/public/cpp/capabilities_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698