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

Unified Diff: content/common/service_manager/child_connection.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 | « content/child/child_thread_impl.cc ('k') | content/common/service_manager/embedded_service_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/service_manager/child_connection.h
diff --git a/content/common/service_manager/child_connection.h b/content/common/service_manager/child_connection.h
index a6675491157e1381bfd4a15c1888271bded6de00..dcc93504e34c5e3f1297c8e59e175492344ec4d7 100644
--- a/content/common/service_manager/child_connection.h
+++ b/content/common/service_manager/child_connection.h
@@ -25,9 +25,9 @@ class Connector;
namespace content {
-// Helper class to establish a connection between the shell and a single child
-// process. Process hosts can use this when launching new processes which
-// should be registered with the service manager.
+// Helper class to establish a connection between the Service Manager and a
+// single child process. Process hosts can use this when launching new processes
+// which should be registered with the service manager.
class CONTENT_EXPORT ChildConnection {
public:
// Prepares a new child connection for a child process which will be
@@ -51,7 +51,7 @@ class CONTENT_EXPORT ChildConnection {
// A token which must be passed to the child process via
// |switches::kPrimordialPipeToken| in order for the child to initialize its
- // end of the shell connection pipe.
+ // end of the Service Manager connection pipe.
std::string service_token() const { return service_token_; }
// Sets the child connection's process handle. This should be called as soon
« no previous file with comments | « content/child/child_thread_impl.cc ('k') | content/common/service_manager/embedded_service_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698