Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(296)

Unified Diff: content/browser/browser_main_loop.h

Issue 8890018: Update Java Bridge to use its own thread in the browser process (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698