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