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

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

Issue 1115002: Plumbing for providing a cache thread MessageLoop to the DiskCache backend.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 9 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
« no previous file with comments | « no previous file | webkit/appcache/appcache_thread.h » ('j') | webkit/appcache/appcache_thread.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/appcache/chrome_appcache_service.cc
===================================================================
--- chrome/browser/appcache/chrome_appcache_service.cc (revision 41894)
+++ chrome/browser/appcache/chrome_appcache_service.cc (working copy)
@@ -23,7 +23,8 @@
if (!has_initialized_thread_ids) {
has_initialized_thread_ids = true;
- appcache::AppCacheThread::InitIDs(ChromeThread::DB, ChromeThread::IO);
+ appcache::AppCacheThread::Init(ChromeThread::DB, ChromeThread::IO,
+ NULL); // TODO(michaeln): cache_thread
}
host_contents_settings_map_ = request_context->host_content_settings_map();
« no previous file with comments | « no previous file | webkit/appcache/appcache_thread.h » ('j') | webkit/appcache/appcache_thread.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698