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

Unified Diff: webkit/appcache/appcache_storage.h

Issue 3529009: Fix http/tests/appcache/foreign-fallback.html (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 2 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.h
===================================================================
--- webkit/appcache/appcache_storage.h (revision 64524)
+++ webkit/appcache/appcache_storage.h (working copy)
@@ -63,7 +63,7 @@
// containing cache and group are also returned.
virtual void OnMainResponseFound(
const GURL& url, const AppCacheEntry& entry,
- const AppCacheEntry& fallback_entry,
+ const GURL& fallback_url, const AppCacheEntry& fallback_entry,
int64 cache_id, const GURL& mainfest_url,
bool was_blocked_by_policy) {}
};

Powered by Google App Engine
This is Rietveld 408576698