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