| Index: content/child/blink_platform_impl.cc
|
| diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc
|
| index fc4bb874db241eb9c0e89e03a068aeab7c134a4c..fb539813a6e09b17bd3b7f3d08745a35984ff519 100644
|
| --- a/content/child/blink_platform_impl.cc
|
| +++ b/content/child/blink_platform_impl.cc
|
| @@ -55,6 +55,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"
|
| @@ -394,6 +395,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_));
|
| }
|
| }
|
|
|
|
|