Index: content/browser/browser_thread_impl.cc |
=================================================================== |
--- content/browser/browser_thread_impl.cc (revision 116795) |
+++ content/browser/browser_thread_impl.cc (working copy) |
@@ -25,9 +25,6 @@ |
"Chrome_ProcessLauncherThread", // PROCESS_LAUNCHER |
"Chrome_CacheThread", // CACHE |
"Chrome_IOThread", // IO |
-#if defined(OS_CHROMEOS) |
- "Chrome_WebSocketproxyThread", // WEB_SOCKET_PROXY |
-#endif |
}; |
// This lock protects |g_browser_threads|. Do not read or modify that |