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

Unified Diff: content/browser/appcache/chrome_appcache_service.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 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/browser/appcache/chrome_appcache_service.cc
===================================================================
--- content/browser/appcache/chrome_appcache_service.cc (revision 113054)
+++ content/browser/appcache/chrome_appcache_service.cc (working copy)
@@ -33,9 +33,11 @@
content::NotificationService::AllSources());
// Init our base class.
- Initialize(cache_path_,
- BrowserThread::GetMessageLoopProxyForThread(BrowserThread::DB),
- BrowserThread::GetMessageLoopProxyForThread(BrowserThread::CACHE));
+ Initialize(
+ cache_path_,
+ BrowserThread::GetMessageLoopProxyForThread(
+ BrowserThread::FILE_USER_BLOCKING),
+ BrowserThread::GetMessageLoopProxyForThread(BrowserThread::CACHE));
set_appcache_policy(this);
set_special_storage_policy(special_storage_policy);
}
« no previous file with comments | « chrome/browser/metrics/thread_watcher.cc ('k') | content/browser/appcache/chrome_appcache_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698