| Index: content/browser/browser_main_loop.h
|
| ===================================================================
|
| --- content/browser/browser_main_loop.h (revision 111751)
|
| +++ content/browser/browser_main_loop.h (working copy)
|
| @@ -79,6 +79,7 @@
|
| // This must get destroyed before other threads that are created in parts_.
|
| scoped_ptr<BrowserThreadImpl> main_thread_;
|
| scoped_ptr<BrowserProcessSubThread> io_thread_;
|
| + scoped_ptr<BrowserProcessSubThread> file_user_blocking_thread_;
|
| scoped_ptr<BrowserProcessSubThread> file_thread_;
|
| scoped_ptr<BrowserProcessSubThread> db_thread_;
|
| scoped_ptr<BrowserProcessSubThread> process_launcher_thread_;
|
|
|