summaryrefslogtreecommitdiffstats
path: root/content/browser/browser_thread.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/browser_thread.cc')
-rw-r--r--content/browser/browser_thread.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/browser/browser_thread.cc b/content/browser/browser_thread.cc
index f02f313..47b7861 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_WebSocketproxyThread", // WEB_SOCKET_PROXY
+#endif
};
// An implementation of MessageLoopProxy to be used in conjunction