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

Unified Diff: content/browser/browser_thread.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: content/browser/browser_thread.cc
diff --git a/content/browser/browser_thread.cc b/content/browser/browser_thread.cc
index f02f31391d8203de4609849f419648b274cde157..ea12ff9227beb446fafeb94a66940d65a3177e13 100644
--- a/content/browser/browser_thread.cc
+++ b/content/browser/browser_thread.cc
@@ -21,6 +21,9 @@ static const char* browser_thread_names[BrowserThread::ID_COUNT] = {
#if defined(USE_X11)
"Chrome_Background_X11Thread", // BACKGROUND_X11
#endif
+#if defined(OS_CHROMEOS)
+ "Chrome_WebproxyThread", // WEBPROXY
+#endif
};
// An implementation of MessageLoopProxy to be used in conjunction

Powered by Google App Engine
This is Rietveld 408576698