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

Unified Diff: content/browser/appcache/chrome_appcache_service.cc

Issue 2940023002: TaskScheduler: migrate appcache database over to use it. (Closed)
Patch Set: comments + rebase Created 3 years, 5 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: content/browser/appcache/chrome_appcache_service.cc
diff --git a/content/browser/appcache/chrome_appcache_service.cc b/content/browser/appcache/chrome_appcache_service.cc
index a508c5e0f70ce448d056cf52231d35c4e7336ebf..cdceb0a1b5eaad02e379a3753938d97e93d8a58a 100644
--- a/content/browser/appcache/chrome_appcache_service.cc
+++ b/content/browser/appcache/chrome_appcache_service.cc
@@ -44,9 +44,7 @@ void ChromeAppCacheService::InitializeOnIOThread(
set_request_context(request_context_getter->GetURLRequestContext());
// Init our base class.
- Initialize(cache_path_, BrowserThread::GetTaskRunnerForThread(
- BrowserThread::FILE_USER_BLOCKING)
- .get(),
+ Initialize(cache_path_,
BrowserThread::GetTaskRunnerForThread(BrowserThread::CACHE).get());
set_appcache_policy(this);
set_special_storage_policy(special_storage_policy.get());

Powered by Google App Engine
This is Rietveld 408576698