diff options
Diffstat (limited to 'content/browser/appcache/chrome_appcache_service.cc')
-rw-r--r-- | content/browser/appcache/chrome_appcache_service.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/browser/appcache/chrome_appcache_service.cc b/content/browser/appcache/chrome_appcache_service.cc index 9be6b05..14e6ed2 100644 --- a/content/browser/appcache/chrome_appcache_service.cc +++ b/content/browser/appcache/chrome_appcache_service.cc @@ -9,6 +9,7 @@ #include "content/public/browser/content_browser_client.h" #include "content/public/browser/notification_service.h" #include "content/public/browser/notification_types.h" +#include "content/public/browser/resource_context.h" #include "net/base/net_errors.h" #include "webkit/quota/quota_manager.h" @@ -28,6 +29,7 @@ void ChromeAppCacheService::InitializeOnIOThread( cache_path_ = cache_path; resource_context_ = resource_context; + set_request_context(resource_context->GetRequestContext()); registrar_.Add( this, content::NOTIFICATION_PURGE_MEMORY, content::NotificationService::AllSources()); |