| Index: chrome/test/base/testing_browser_process.cc
|
| diff --git a/chrome/test/base/testing_browser_process.cc b/chrome/test/base/testing_browser_process.cc
|
| index 0888530c2709808e0a61f101b0c888d181ff9478..8610f47afaf659a61105693f339583b1bd032c01 100644
|
| --- a/chrome/test/base/testing_browser_process.cc
|
| +++ b/chrome/test/base/testing_browser_process.cc
|
| @@ -51,10 +51,6 @@ base::Thread* TestingBrowserProcess::db_thread() {
|
| return NULL;
|
| }
|
|
|
| -base::Thread* TestingBrowserProcess::cache_thread() {
|
| - return NULL;
|
| -}
|
| -
|
| WatchDogThread* TestingBrowserProcess::watchdog_thread() {
|
| return NULL;
|
| }
|
|
|