diff options
Diffstat (limited to 'chrome/test/testing_browser_process.h')
-rw-r--r-- | chrome/test/testing_browser_process.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/test/testing_browser_process.h b/chrome/test/testing_browser_process.h index 69b2901..7a1ffcd 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(); |