Index: shell/child_main.cc |
diff --git a/shell/child_main.cc b/shell/child_main.cc |
index f4e607414d087cf099cb660c3e1123dd563ea012..66248a05b6882b6f02e2a0e779ff9d9b7e413ae8 100644 |
--- a/shell/child_main.cc |
+++ b/shell/child_main.cc |
@@ -294,9 +294,11 @@ int main(int argc, char** argv) { |
command_line.GetSwitchValueASCII(switches::kChildConnectionId); |
CHECK(!child_connection_id.empty()); |
+ std::string platform_channel_info = |
+ command_line.GetSwitchValueASCII(switches::kPlatformChannelHandleInfo); |
mojo::embedder::ScopedPlatformHandle platform_handle = |
mojo::embedder::PlatformChannelPair::PassClientHandleFromParentProcess( |
- command_line); |
+ platform_channel_info); |
CHECK(platform_handle.is_valid()); |
shell::AppContext app_context; |