| 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,
|
|
|