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

Unified Diff: shell/child_switches.cc

Issue 1651183003: Make PlatformChannelPair "dumb". (Closed) Base URL: https://github.com/domokit/mojo.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
« 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 ef474124322f281ca32212642dd03dffd032f0cf..85f31c909ed56bb7132e74a312d858a183b1bb67 100644
--- a/shell/child_switches.cc
+++ b/shell/child_switches.cc
@@ -10,9 +10,4 @@ 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