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

Unified Diff: chrome/test/testing_browser_process.h

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.h
diff --git a/chrome/test/testing_browser_process.h b/chrome/test/testing_browser_process.h
index 33af9f86e7a60afc94a76548a282ced182ab98b7..acf17ea05b6eb311dfb4f110c19994883e69d531 100644
--- a/chrome/test/testing_browser_process.h
+++ b/chrome/test/testing_browser_process.h
@@ -64,6 +64,10 @@ class TestingBrowserProcess : public BrowserProcess {
virtual WatchDogThread* watchdog_thread();
+#if defined(OS_CHROMEOS)
+ virtual base::Thread* webproxy_thread();
+#endif
+
virtual ProfileManager* profile_manager();
virtual PrefService* local_state();

Powered by Google App Engine
This is Rietveld 408576698