| Index: chrome/test/testing_browser_process.cc
|
| diff --git a/chrome/test/testing_browser_process.cc b/chrome/test/testing_browser_process.cc
|
| index f6d265e7c08ccb6e758afec2bf0e6a05f515b1b5..a571d46ad3ef16a23e5aed50a25edc7965cb62fd 100644
|
| --- a/chrome/test/testing_browser_process.cc
|
| +++ b/chrome/test/testing_browser_process.cc
|
| @@ -63,10 +63,6 @@ base::Thread* TestingBrowserProcess::cache_thread() {
|
| return NULL;
|
| }
|
|
|
| -base::Thread* TestingBrowserProcess::gpu_thread() {
|
| - return NULL;
|
| -}
|
| -
|
| WatchDogThread* TestingBrowserProcess::watchdog_thread() {
|
| return NULL;
|
| }
|
|
|