Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5750)

Unified Diff: chrome/test/testing_browser_process.cc

Issue 6801008: Websocket to TCP proxy running in a separate thread (only on ChromeOS). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: g Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/testing_browser_process.cc
diff --git a/chrome/test/testing_browser_process.cc b/chrome/test/testing_browser_process.cc
index 516dd8e2d98d384fc54cb2c42c703254c4acc339..97d27fd255fabb460f5a246c9dec6fa13e462474 100644
--- a/chrome/test/testing_browser_process.cc
+++ b/chrome/test/testing_browser_process.cc
@@ -68,6 +68,12 @@ WatchDogThread* TestingBrowserProcess::watchdog_thread() {
return NULL;
}
+#if defined(OS_CHROMEOS)
+base::Thread* TestingBrowserProcess::webproxy_thread() {
+ return NULL;
+}
+#endif
+
ProfileManager* TestingBrowserProcess::profile_manager() {
return profile_manager_.get();
}

Powered by Google App Engine
This is Rietveld 408576698