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

Unified Diff: content/public/common/child_process_host.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/public/browser/browser_child_process_host.h ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/child_process_host.h
diff --git a/content/public/common/child_process_host.h b/content/public/common/child_process_host.h
index 850138d5491d0ce4420ed39cb2b508c2953b058f..fb9860ed235153dcace34400add1ecf93372cee2 100644
--- a/content/public/common/child_process_host.h
+++ b/content/public/common/child_process_host.h
@@ -89,7 +89,7 @@ class CONTENT_EXPORT ChildProcessHost : public IPC::Sender {
virtual std::string CreateChannelMojo(const std::string& child_token) = 0;
// Creates the IPC channel over a Mojo message pipe. The pipe connection is
- // brokered through the shell like any other service connection.
+ // brokered through the Service Manager like any other service connection.
virtual void CreateChannelMojo() = 0;
// Returns true iff the IPC channel is currently being opened;
« no previous file with comments | « content/public/browser/browser_child_process_host.h ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698