Index: content/browser/browser_main_loop.h |
=================================================================== |
--- content/browser/browser_main_loop.h (revision 113054) |
+++ content/browser/browser_main_loop.h (working copy) |
@@ -81,6 +81,7 @@ |
scoped_ptr<BrowserThreadImpl> main_thread_; |
scoped_ptr<BrowserProcessSubThread> db_thread_; |
scoped_ptr<WebKitThread> webkit_thread_; |
+ scoped_ptr<BrowserProcessSubThread> file_user_blocking_thread_; |
scoped_ptr<BrowserProcessSubThread> file_thread_; |
scoped_ptr<BrowserProcessSubThread> process_launcher_thread_; |
scoped_ptr<BrowserProcessSubThread> cache_thread_; |