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

Unified Diff: services/service_manager/runner/host/child_process_base.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
Index: services/service_manager/runner/host/child_process_base.h
diff --git a/services/service_manager/runner/host/child_process_base.h b/services/service_manager/runner/host/child_process_base.h
index 9495790137af7cd2962d04ddc3a75b07abcb632c..0d85adffb50aead821a2a0c805a08cb2d642d7c6 100644
--- a/services/service_manager/runner/host/child_process_base.h
+++ b/services/service_manager/runner/host/child_process_base.h
@@ -10,7 +10,8 @@
namespace service_manager {
-// Child processes call this to establish the connection to the shell and obtain
+// Child processes call this to establish the connection to the service manager
+// and obtain
// the ServiceRequest. Once the connection has been established |callback|
// is run. ChildProcessMainWithCallback() returns once the the callback
// completes.

Powered by Google App Engine
This is Rietveld 408576698