| Index: services/shell/public/cpp/lib/service_context.cc
|
| diff --git a/services/shell/public/cpp/lib/service_context.cc b/services/shell/public/cpp/lib/service_context.cc
|
| index 1a9cd42932eea375008caf02c5bd97e73f185f52..ed05b644a03d144fab6dfe551b0af06746229166 100644
|
| --- a/services/shell/public/cpp/lib/service_context.cc
|
| +++ b/services/shell/public/cpp/lib/service_context.cc
|
| @@ -60,7 +60,7 @@ void ServiceContext::OnStart(mojom::IdentityPtr identity,
|
| binding_.set_connection_error_handler(
|
| base::Bind(&ServiceContext::OnConnectionError, base::Unretained(this)));
|
|
|
| - service_->OnStart(connector_.get(), identity_, id);
|
| + service_->OnStart(identity_);
|
| }
|
|
|
| void ServiceContext::OnConnect(
|
|
|