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

Unified Diff: mojo/shell/runner/host/switches.cc

Issue 1585493002: [mojo] Ports EDK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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: mojo/shell/runner/host/switches.cc
diff --git a/mojo/shell/runner/host/switches.cc b/mojo/shell/runner/host/switches.cc
index 5ecabdcb2d75253b89ca9a4670341b50b2752c5d..e011c87678b63332c9ef37fbc78a4b15bb092033 100644
--- a/mojo/shell/runner/host/switches.cc
+++ b/mojo/shell/runner/host/switches.cc
@@ -14,4 +14,8 @@ const char kChildProcess[] = "child-process";
// Enables the sandbox on this process.
const char kEnableSandbox[] = "enable-sandbox";
+// Provides a child process with a token string they can use to establish a
+// primordial message pipe to the parent.
+const char kPrimordialPipeToken[] = "primordial-pipe-token";
+
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698