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

Unified Diff: services/service_manager/public/cpp/lib/connector_impl.cc

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
Index: services/service_manager/public/cpp/lib/connector_impl.cc
diff --git a/services/service_manager/public/cpp/lib/connector_impl.cc b/services/service_manager/public/cpp/lib/connector_impl.cc
index 8dc32f13de45ebd74e52198ce375b8f2c11637cd..d4d4ec781bd93d65ce00e6f39faf158f1ea5ee86 100644
--- a/services/service_manager/public/cpp/lib/connector_impl.cc
+++ b/services/service_manager/public/cpp/lib/connector_impl.cc
@@ -99,7 +99,8 @@ bool ConnectorImpl::BindIfNecessary() {
// connect.
if (!connector_.is_bound()) {
if (!unbound_state_.is_valid()) {
- // It's possible to get here when the link to the shell has been severed
+ // It's possible to get here when the link to the service manager has been
+ // severed
// (and so the connector pipe has been closed) but the app has chosen not
// to quit.
return false;
« no previous file with comments | « services/service_manager/public/cpp/connector.h ('k') | services/service_manager/public/cpp/lib/service_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698