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

Unified Diff: chrome/browser/chrome_browser_main.cc

Issue 8366020: Create a secondary file thread, FILE_USER_BLOCKING... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 months 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: chrome/browser/chrome_browser_main.cc
===================================================================
--- chrome/browser/chrome_browser_main.cc (revision 106339)
+++ chrome/browser/chrome_browser_main.cc (working copy)
@@ -315,6 +315,7 @@
process->file_thread();
process->process_launcher_thread();
process->cache_thread();
+ process->appcache_thread();
rvargas (doing something else) 2011/10/21 19:46:17 Do you mind creating this thread before the cache
michaeln 2011/10/21 19:52:12 will do (ditto other necessary places)
process->io_thread();
#if defined(OS_CHROMEOS)
process->web_socket_proxy_thread();

Powered by Google App Engine
This is Rietveld 408576698