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

Unified Diff: services/service_manager/public/cpp/service_context.h

Issue 2427443002: Replace remaining shell references with service manager (Closed)
Patch Set: Created 4 years, 2 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/service_manager/public/cpp/names.h ('k') | services/service_manager/public/cpp/service_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_manager/public/cpp/service_context.h
diff --git a/services/service_manager/public/cpp/service_context.h b/services/service_manager/public/cpp/service_context.h
index e898079dcbff3fc87b949b9d45446a21b2c91e6d..79ac6933fce3b640185457fd1c32d0e0b38482b0 100644
--- a/services/service_manager/public/cpp/service_context.h
+++ b/services/service_manager/public/cpp/service_context.h
@@ -58,7 +58,8 @@ class ServiceContext : public mojom::Service {
Connector* connector() { return connector_.get(); }
const Identity& identity() { return identity_; }
- // Specify a function to be called when the connection to the shell is lost.
+ // Specify a function to be called when the connection to the service manager
+ // is lost.
// Note that if connection has already been lost, then |closure| is called
// immediately.
void SetConnectionLostClosure(const base::Closure& closure);
« no previous file with comments | « services/service_manager/public/cpp/names.h ('k') | services/service_manager/public/cpp/service_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698