| Index: chrome/test/testing_browser_process.h
|
| diff --git a/chrome/test/testing_browser_process.h b/chrome/test/testing_browser_process.h
|
| index 33af9f86e7a60afc94a76548a282ced182ab98b7..acf17ea05b6eb311dfb4f110c19994883e69d531 100644
|
| --- a/chrome/test/testing_browser_process.h
|
| +++ b/chrome/test/testing_browser_process.h
|
| @@ -64,6 +64,10 @@ class TestingBrowserProcess : public BrowserProcess {
|
|
|
| virtual WatchDogThread* watchdog_thread();
|
|
|
| +#if defined(OS_CHROMEOS)
|
| + virtual base::Thread* webproxy_thread();
|
| +#endif
|
| +
|
| virtual ProfileManager* profile_manager();
|
|
|
| virtual PrefService* local_state();
|
|
|