diff options
Diffstat (limited to 'content/public/browser/render_process_host.h')
-rw-r--r-- | content/public/browser/render_process_host.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/content/public/browser/render_process_host.h b/content/public/browser/render_process_host.h index b33a5b3..ee65036 100644 --- a/content/public/browser/render_process_host.h +++ b/content/public/browser/render_process_host.h @@ -27,7 +27,6 @@ class BrowserContext; class BrowserMessageFilter; class RenderProcessHostObserver; class RenderWidgetHost; -class ServiceRegistry; class StoragePartition; struct GlobalRequestID; @@ -233,9 +232,6 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Sender, // have changed. virtual void NotifyTimezoneChange() = 0; - // Returns the ServiceRegistry for this process. - virtual ServiceRegistry* GetServiceRegistry() = 0; - // Static management functions ----------------------------------------------- // Flag to run the renderer in process. This is primarily |