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

Unified Diff: content/public/browser/browser_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/app/mojo/content_utility_manifest.json ('k') | content/public/common/child_process_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/browser_child_process_host.h
diff --git a/content/public/browser/browser_child_process_host.h b/content/public/browser/browser_child_process_host.h
index 4b1639bb723a1b956591adb3ae88f6642274cce1..67c55acf63430fdee58a4467134b38544d003424 100644
--- a/content/public/browser/browser_child_process_host.h
+++ b/content/public/browser/browser_child_process_host.h
@@ -47,9 +47,9 @@ class CONTENT_EXPORT BrowserChildProcessHost : public IPC::Sender {
content::ProcessType process_type,
BrowserChildProcessHostDelegate* delegate);
- // Used to create a child process host, connecting the process to the shell
- // as a new service instance identified by |service_name| and (optional)
- // |instance_id|.
+ // Used to create a child process host, connecting the process to the
+ // Service Manager as a new service instance identified by |service_name| and
+ // (optional) |instance_id|.
static BrowserChildProcessHost* Create(
content::ProcessType process_type,
BrowserChildProcessHostDelegate* delegate,
« no previous file with comments | « content/public/app/mojo/content_utility_manifest.json ('k') | content/public/common/child_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698