| Index: content/browser/browser_main_loop.h
|
| ===================================================================
|
| --- content/browser/browser_main_loop.h (revision 116795)
|
| +++ content/browser/browser_main_loop.h (working copy)
|
| @@ -86,9 +86,6 @@
|
| scoped_ptr<BrowserProcessSubThread> process_launcher_thread_;
|
| scoped_ptr<BrowserProcessSubThread> cache_thread_;
|
| scoped_ptr<BrowserProcessSubThread> io_thread_;
|
| -#if defined(OS_CHROMEOS)
|
| - scoped_ptr<BrowserProcessSubThread> web_socket_proxy_thread_;
|
| -#endif
|
|
|
| DISALLOW_COPY_AND_ASSIGN(BrowserMainLoop);
|
| };
|
|
|