Index: third_party/mojo/src/mojo/edk/system/master_connection_manager.h |
diff --git a/third_party/mojo/src/mojo/edk/system/master_connection_manager.h b/third_party/mojo/src/mojo/edk/system/master_connection_manager.h |
index dcec9c2afba66366af6b3cccc643636a9f7b5dad..978d9fe59147aab1361d590452771be97fc1376f 100644 |
--- a/third_party/mojo/src/mojo/edk/system/master_connection_manager.h |
+++ b/third_party/mojo/src/mojo/edk/system/master_connection_manager.h |
@@ -30,6 +30,9 @@ class SlaveInfo; |
namespace system { |
+// The master process will always have this "process identifier". |
+const ProcessIdentifier kMasterProcessIdentifier = 1; |
+ |
// The |ConnectionManager| implementation for the master process. |
// |
// Objects of this class must be created, initialized (via |Init()|), shut down |