Index: trunk/src/content/public/browser/render_process_host.h |
=================================================================== |
--- trunk/src/content/public/browser/render_process_host.h (revision 279559) |
+++ trunk/src/content/public/browser/render_process_host.h (working copy) |
@@ -27,7 +27,6 @@ |
class BrowserMessageFilter; |
class RenderProcessHostObserver; |
class RenderWidgetHost; |
-class ServiceRegistry; |
class StoragePartition; |
struct GlobalRequestID; |
@@ -233,9 +232,6 @@ |
// 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 |