| Index: third_party/mojo/src/mojo/public/cpp/application/lib/service_registry.cc
|
| diff --git a/third_party/mojo/src/mojo/public/cpp/application/lib/service_registry.cc b/third_party/mojo/src/mojo/public/cpp/application/lib/service_registry.cc
|
| index 01c6c70e9a8808c73cbca638dc28a595c3d5c845..d934a166ba3c020372bf8dcd243dc1b214bfd4e9 100644
|
| --- a/third_party/mojo/src/mojo/public/cpp/application/lib/service_registry.cc
|
| +++ b/third_party/mojo/src/mojo/public/cpp/application/lib/service_registry.cc
|
| @@ -18,10 +18,8 @@ ServiceRegistry::ServiceRegistry(
|
| InterfaceRequest<ServiceProvider> local_services)
|
| : application_impl_(application_impl),
|
| url_(url),
|
| - local_binding_(this),
|
| + local_binding_(this, local_services.Pass()),
|
| remote_service_provider_(remote_services.Pass()) {
|
| - if (local_services.is_pending())
|
| - local_binding_.Bind(local_services.Pass());
|
| }
|
|
|
| ServiceRegistry::ServiceRegistry()
|
|
|