Index: chrome/test/base/testing_browser_process.h |
=================================================================== |
--- chrome/test/base/testing_browser_process.h (revision 117096) |
+++ chrome/test/base/testing_browser_process.h (working copy) |
@@ -47,8 +47,8 @@ |
TestingBrowserProcess(); |
virtual ~TestingBrowserProcess(); |
+ virtual void ResourceDispatcherHostCreated() OVERRIDE; |
virtual void EndSession() OVERRIDE; |
- virtual ResourceDispatcherHost* resource_dispatcher_host() OVERRIDE; |
virtual MetricsService* metrics_service() OVERRIDE; |
virtual IOThread* io_thread() OVERRIDE; |
virtual WatchDogThread* watchdog_thread() OVERRIDE; |