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