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

Unified Diff: webkit/appcache/appcache_storage_impl.h

Issue 7720022: Third-party appcache blocking. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: MockAppCachePolicy fixes. Created 9 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: webkit/appcache/appcache_storage_impl.h
diff --git a/webkit/appcache/appcache_storage_impl.h b/webkit/appcache/appcache_storage_impl.h
index cd6bd879999c216b59cfee0bf3ab3539baebc6f3..0901dcd1a3d14d85727fe617b66547076e6e0b72 100644
--- a/webkit/appcache/appcache_storage_impl.h
+++ b/webkit/appcache/appcache_storage_impl.h
@@ -112,7 +112,7 @@ class AppCacheStorageImpl : public AppCacheStorage {
scoped_refptr<AppCache> newest_cache,
scoped_refptr<DelegateReference> delegate_ref);
- void CheckPolicyAndCallOnMainResponseFound(
+ void CallOnMainResponseFound(
DelegateReferenceVector* delegates,
const GURL& url, const AppCacheEntry& entry,
const GURL& fallback_url, const AppCacheEntry& fallback_entry,

Powered by Google App Engine
This is Rietveld 408576698