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

Unified Diff: content/public/browser/browser_thread.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/public/browser/browser_thread.h
diff --git a/content/public/browser/browser_thread.h b/content/public/browser/browser_thread.h
index 743bec6e550a829b0686297db9b410d465d3499c..d79eac3f876ec74839934ae498cec8f0b3db7ad0 100644
--- a/content/public/browser/browser_thread.h
+++ b/content/public/browser/browser_thread.h
@@ -79,6 +79,10 @@ class CONTENT_EXPORT BrowserThread {
// This is the thread to handle slow HTTP cache operations.
CACHE,
+ // This is the thread used to manipulate Java objects injected using the
+ // Java Bridge.
+ JAVA_BRIDGE,
joth 2011/12/08 18:25:54 could this go in #if defined, like WEB_SOCKET_PROX
Steve Block 2011/12/09 12:39:10 It could, but I thought the policy was to minimize
+
// This is the thread that processes IPC and network messages.
IO,

Powered by Google App Engine
This is Rietveld 408576698