diff options
Diffstat (limited to 'chrome/test/testing_browser_process.cc')
-rw-r--r-- | chrome/test/testing_browser_process.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/test/testing_browser_process.cc b/chrome/test/testing_browser_process.cc index 15db0be..f6d265e 100644 --- a/chrome/test/testing_browser_process.cc +++ b/chrome/test/testing_browser_process.cc @@ -71,6 +71,12 @@ WatchDogThread* TestingBrowserProcess::watchdog_thread() { return NULL; } +#if defined(OS_CHROMEOS) +base::Thread* TestingBrowserProcess::web_socket_proxy_thread() { + return NULL; +} +#endif + ProfileManager* TestingBrowserProcess::profile_manager() { return profile_manager_.get(); } |