Index: content/browser/utility_process_host_impl.cc |
diff --git a/content/browser/utility_process_host_impl.cc b/content/browser/utility_process_host_impl.cc |
index f6b43bec6aadfa9eb37838196a9c5808b8a6492e..5e8476ac190c077c7f8cf1ff380e6b6a41fe58c2 100644 |
--- a/content/browser/utility_process_host_impl.cc |
+++ b/content/browser/utility_process_host_impl.cc |
@@ -222,6 +222,7 @@ bool UtilityProcessHostImpl::StartProcess() { |
channel_id, BrowserThread::UnsafeGetMessageLoopForThread( |
BrowserThread::IO)->task_runner()))); |
in_process_thread_->Start(); |
+ OnProcessLaunched(); |
} else { |
const base::CommandLine& browser_command_line = |
*base::CommandLine::ForCurrentProcess(); |