Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(250)

Unified Diff: services/shell/public/cpp/lib/service_context.cc

Issue 2179023004: Make Service own ServiceContext. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/shell/public/cpp/lib/service.cc ('k') | services/shell/public/cpp/lib/service_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « services/shell/public/cpp/lib/service.cc ('k') | services/shell/public/cpp/lib/service_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698