| Index: content/child/child_thread_impl.cc
|
| diff --git a/content/child/child_thread_impl.cc b/content/child/child_thread_impl.cc
|
| index 8d3bd6cecfda514ee7d87a995b3b65a135b2ec27..316d88f9686b9167ad304bea8346a04d239e744b 100644
|
| --- a/content/child/child_thread_impl.cc
|
| +++ b/content/child/child_thread_impl.cc
|
| @@ -298,7 +298,7 @@ ChildThreadImpl::Options::Options()
|
| : channel_name(base::CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
|
| switches::kProcessChannelID)),
|
| use_mojo_channel(base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kMojoChannelToken)),
|
| + switches::kMojoApplicationChannelToken)),
|
| auto_start_mojo_shell_connection(true),
|
| connect_to_browser(false) {
|
| }
|
|
|