diff options
Diffstat (limited to 'chrome/test/testing_browser_process.cc')
-rw-r--r-- | chrome/test/testing_browser_process.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/test/testing_browser_process.cc b/chrome/test/testing_browser_process.cc index 71561c3..f6af58f 100644 --- a/chrome/test/testing_browser_process.cc +++ b/chrome/test/testing_browser_process.cc @@ -58,10 +58,6 @@ base::Thread* TestingBrowserProcess::cache_thread() { return NULL; } -WatchDogThread* TestingBrowserProcess::watchdog_thread() { - return NULL; -} - ProfileManager* TestingBrowserProcess::profile_manager() { return profile_manager_.get(); } |