| Index: content/child/blink_platform_impl.cc
|
| diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc
|
| index 4cbcaf9b2963b2b59a74aef71d83d62d766cb250..708e4683fb4708860128ba0bbb980ac0078ff1fe 100644
|
| --- a/content/child/blink_platform_impl.cc
|
| +++ b/content/child/blink_platform_impl.cc
|
| @@ -54,6 +54,7 @@
|
| #include "content/child/websocket_bridge.h"
|
| #include "content/child/worker_thread_registry.h"
|
| #include "content/public/common/content_client.h"
|
| +#include "content/public/common/service_registry.h"
|
| #include "net/base/data_url.h"
|
| #include "net/base/net_errors.h"
|
| #include "third_party/WebKit/public/platform/WebData.h"
|
| @@ -391,6 +392,9 @@ void BlinkPlatformImpl::InternalInit() {
|
| ChildThreadImpl::current()->service_registry()));
|
| main_thread_sync_provider_.reset(
|
| new BackgroundSyncProvider(main_thread_task_runner_.get()));
|
| +
|
| + ServiceRegistry* registry = ChildThreadImpl::current()->service_registry();
|
| + registry->ConnectToRemoteService(mojo::GetProxy(&url_loader_factory_));
|
| }
|
| }
|
|
|
|
|