Index: content/browser/appcache/chrome_appcache_service.cc |
=================================================================== |
--- content/browser/appcache/chrome_appcache_service.cc (revision 122771) |
+++ content/browser/appcache/chrome_appcache_service.cc (working copy) |
@@ -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 @@ |
cache_path_ = cache_path; |
resource_context_ = resource_context; |
+ set_request_context(resource_context->GetRequestContext()); |
registrar_.Add( |
this, content::NOTIFICATION_PURGE_MEMORY, |
content::NotificationService::AllSources()); |