| Index: content/child/child_thread_impl.cc
|
| diff --git a/content/child/child_thread_impl.cc b/content/child/child_thread_impl.cc
|
| index 2999a12aa8205a11e8304e1eeb7512f5f768010f..21a6137e51f431da67b36ebefd57188ddcea1ec4 100644
|
| --- a/content/child/child_thread_impl.cc
|
| +++ b/content/child/child_thread_impl.cc
|
| @@ -451,10 +451,10 @@ void ChildThreadImpl::Init(const Options& options) {
|
| channel_->AddFilter(startup_filter);
|
| }
|
|
|
| - ConnectChannel(options.use_mojo_channel);
|
| IPC::AttachmentBroker* broker = IPC::AttachmentBroker::GetGlobal();
|
| if (broker && !broker->IsPrivilegedBroker())
|
| broker->RegisterBrokerCommunicationChannel(channel_.get());
|
| + ConnectChannel(options.use_mojo_channel);
|
|
|
| int connection_timeout = kConnectionTimeoutS;
|
| std::string connection_override =
|
|
|