Chromium Code Reviews| 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, |