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 08e1b360a1147dec8c9124e9800333585eb3f978..0157db9873f45edb06cf173cee52cfd15fdd3b26 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 |
@@ -61,6 +62,7 @@ class CONTENT_EXPORT BrowserChildProcessHostImpl |
int* exit_code) override; |
void SetName(const base::string16& name) override; |
void SetHandle(base::ProcessHandle handle) override; |
+ ServiceRegistry* GetServiceRegistry() override; |
// ChildProcessHostDelegate implementation: |
bool CanShutdown() override; |