| Index: content/browser/browser_child_process_host_impl.h
|
| diff --git a/content/browser/browser_child_process_host_impl.h b/content/browser/browser_child_process_host_impl.h
|
| index 778b276cbeca0e30bc4313a78847db45c29ad688..2e853a8390fcd4564b98cd8b55f6222b0cabcf1d 100644
|
| --- a/content/browser/browser_child_process_host_impl.h
|
| +++ b/content/browser/browser_child_process_host_impl.h
|
| @@ -30,6 +30,7 @@ namespace content {
|
| class BrowserChildProcessHostIterator;
|
| class BrowserChildProcessObserver;
|
| class BrowserMessageFilter;
|
| +class ServiceRegistry;
|
|
|
| // Plugins/workers and other child processes that live on the IO thread use this
|
| // class. RenderProcessHostImpl is the main exception that doesn't use this
|
| @@ -84,6 +85,8 @@ class CONTENT_EXPORT BrowserChildProcessHostImpl
|
| // Adds an IPC message filter.
|
| void AddFilter(BrowserMessageFilter* filter);
|
|
|
| + void SetServiceRegistry(ServiceRegistry* registry);
|
| +
|
| // Called when an instance of a particular child is created in a page.
|
| static void NotifyProcessInstanceCreated(const ChildProcessData& data);
|
|
|
|
|