| Index: content/browser/browser_thread.h
|
| diff --git a/content/browser/browser_thread.h b/content/browser/browser_thread.h
|
| index b54f5fe34c25622fb3c06ea6101bf7a544338ab1..680c25a223b763d13381ff80db269f997cd9de09 100644
|
| --- a/content/browser/browser_thread.h
|
| +++ b/content/browser/browser_thread.h
|
| @@ -75,6 +75,13 @@ class BrowserThread : public base::Thread {
|
| BACKGROUND_X11,
|
| #endif
|
|
|
| +#if defined(OS_CHROMEOS)
|
| + // This thread runs websocket to TCP proxy.
|
| + // TODO(dilmah): remove this thread, instead implement this functionality
|
| + // as hooks into websocket layer.
|
| + WEB_SOCKET_PROXY,
|
| +#endif
|
| +
|
| // This identifier does not represent a thread. Instead it counts the
|
| // number of well-known threads. Insert new well-known threads before this
|
| // identifier.
|
|
|