summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_storage_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/appcache/appcache_storage_impl.h')
-rw-r--r--webkit/appcache/appcache_storage_impl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/webkit/appcache/appcache_storage_impl.h b/webkit/appcache/appcache_storage_impl.h
index 96fc876..93391e9 100644
--- a/webkit/appcache/appcache_storage_impl.h
+++ b/webkit/appcache/appcache_storage_impl.h
@@ -97,6 +97,11 @@ class AppCacheStorageImpl : public AppCacheStorage {
scoped_refptr<AppCacheGroup> group, scoped_refptr<AppCache> newest_cache,
scoped_refptr<DelegateReference> delegate_ref);
+ void CheckPolicyAndCallOnMainResponseFound(
+ DelegateReferenceVector* delegates, const GURL& url,
+ const AppCacheEntry& entry, const AppCacheEntry& fallback_entry,
+ int64 cache_id, const GURL& manifest_url);
+
disk_cache::Backend* disk_cache();
// The directory in which we place files in the file system.