| 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();
|
|
|