| Index: content/browser/browser_context.cc
|
| diff --git a/content/browser/browser_context.cc b/content/browser/browser_context.cc
|
| index 638e0ecc2ff862914320523ccebf325b8decfda3..08c55b867aa2a6bdd09cf4eb2b1a618aea89fd0b 100644
|
| --- a/content/browser/browser_context.cc
|
| +++ b/content/browser/browser_context.cc
|
| @@ -450,6 +450,7 @@ void BrowserContext::Initialize(
|
|
|
| ServiceManagerConnection* connection =
|
| connection_holder->service_manager_connection();
|
| + connection->Start();
|
|
|
| // New embedded service factories should be added to |connection| here.
|
|
|
| @@ -468,7 +469,6 @@ void BrowserContext::Initialize(
|
| for (const auto& entry : services) {
|
| connection->AddEmbeddedService(entry.first, entry.second);
|
| }
|
| - connection->Start();
|
| }
|
| }
|
|
|
|
|