Index: content/browser/browser_main_loop.h |
diff --git a/content/browser/browser_main_loop.h b/content/browser/browser_main_loop.h |
index 6628200a1f0f079ad4f6e27ee4ed8ad05421cd11..9224fc0f14c8534f3f5be0bd5618963ea25023dd 100644 |
--- a/content/browser/browser_main_loop.h |
+++ b/content/browser/browser_main_loop.h |
@@ -86,6 +86,7 @@ class BrowserMainLoop { |
scoped_ptr<BrowserProcessSubThread> process_launcher_thread_; |
scoped_ptr<BrowserProcessSubThread> cache_thread_; |
scoped_ptr<BrowserProcessSubThread> io_thread_; |
+ scoped_ptr<BrowserProcessSubThread> java_bridge_thread_; |
joth
2011/12/08 18:25:54
I was wondering whether having a base::Thread owne
Steve Block
2011/12/09 12:39:10
Yeah, I thought about this, but if we want it to b
|
#if defined(OS_CHROMEOS) |
scoped_ptr<BrowserProcessSubThread> web_socket_proxy_thread_; |
#endif |