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

Unified Diff: shell/child_switches.cc

Issue 1431203002: EDK: Make PlatformChannelPair not depend/use on base::CommandLine. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 1 month 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 | « shell/child_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/child_switches.cc
diff --git a/shell/child_switches.cc b/shell/child_switches.cc
index 85f31c909ed56bb7132e74a312d858a183b1bb67..ef474124322f281ca32212642dd03dffd032f0cf 100644
--- a/shell/child_switches.cc
+++ b/shell/child_switches.cc
@@ -10,4 +10,9 @@ namespace switches {
// |ConnectToMaster()| for its |platform_connection_id| argument.
const char kChildConnectionId[] = "child-connection-id";
+// The value of this switch is the string that was produced by
+// |PlatformChannelPair::PrepareToPassClientHandleToChildProcess()| and should
+// be given to |PlatformChannelPair::PassClientHandleFromParentProcess()|.
+const char kPlatformChannelHandleInfo[] = "platform-channel-handle-info";
+
} // namespace switches
« no previous file with comments | « shell/child_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698