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