| Index: webkit/appcache/appcache_storage_impl.h
|
| ===================================================================
|
| --- webkit/appcache/appcache_storage_impl.h (revision 64524)
|
| +++ webkit/appcache/appcache_storage_impl.h (working copy)
|
| @@ -107,8 +107,9 @@
|
| scoped_refptr<DelegateReference> delegate_ref);
|
|
|
| void CheckPolicyAndCallOnMainResponseFound(
|
| - DelegateReferenceVector* delegates, const GURL& url,
|
| - const AppCacheEntry& entry, const AppCacheEntry& fallback_entry,
|
| + DelegateReferenceVector* delegates,
|
| + const GURL& url, const AppCacheEntry& entry,
|
| + const GURL& fallback_url, const AppCacheEntry& fallback_entry,
|
| int64 cache_id, const GURL& manifest_url);
|
|
|
| AppCacheDiskCache* disk_cache();
|
|
|