summaryrefslogtreecommitdiffstats
path: root/chrome/test/testing_browser_process.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/testing_browser_process.cc')
-rw-r--r--chrome/test/testing_browser_process.cc6
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();
}