diff options
Diffstat (limited to 'chrome/test/testing_browser_process.h')
-rw-r--r-- | chrome/test/testing_browser_process.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/test/testing_browser_process.h b/chrome/test/testing_browser_process.h index 41e5b2c..d544f82 100644 --- a/chrome/test/testing_browser_process.h +++ b/chrome/test/testing_browser_process.h @@ -22,7 +22,6 @@ class IOThread; class GoogleURLTracker; class PrefService; -class WatchDogThread; namespace base { class WaitableEvent; @@ -59,8 +58,6 @@ class TestingBrowserProcess : public BrowserProcess { virtual base::Thread* cache_thread(); - virtual WatchDogThread* watchdog_thread(); - virtual ProfileManager* profile_manager(); virtual PrefService* local_state(); |