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

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

Issue 10916132: AppCache and StoragePartition'ing (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 3 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.h
===================================================================
--- content/browser/appcache/chrome_appcache_service.h (revision 156155)
+++ content/browser/appcache/chrome_appcache_service.h (working copy)
@@ -16,6 +16,10 @@
class FilePath;
+namespace net {
+class URLRequestContextGetter;
+}
+
namespace content {
class ResourceContext;
}
@@ -44,6 +48,7 @@
void InitializeOnIOThread(
const FilePath& cache_path, // may be empty to use in-memory structures
content::ResourceContext* resource_context,
+ net::URLRequestContextGetter* request_context_getter,
scoped_refptr<quota::SpecialStoragePolicy> special_storage_policy);
// AppCachePolicy overrides
« no previous file with comments | « chrome/browser/renderer_host/offline_resource_throttle.cc ('k') | content/browser/appcache/chrome_appcache_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698