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

Unified Diff: webkit/appcache/appcache_request_handler.h

Issue 8949001: Fix some loose ends around recently introduced AppCache INTERCEPT namespaces (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 8 years, 12 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_request_handler.h
===================================================================
--- webkit/appcache/appcache_request_handler.h (revision 116156)
+++ webkit/appcache/appcache_request_handler.h (working copy)
@@ -59,7 +59,8 @@
// deliver for the request we're handling.
void DeliverAppCachedResponse(const AppCacheEntry& entry, int64 cache_id,
int64 group_id, const GURL& manifest_url,
- bool is_fallback, const GURL& fallback_url);
+ bool is_fallback,
+ const GURL& namespace_entry_url);
void DeliverNetworkResponse();
void DeliverErrorResponse();
@@ -107,7 +108,7 @@
int64 found_cache_id_;
AppCacheEntry found_entry_;
AppCacheEntry found_fallback_entry_;
- GURL found_fallback_url_;
+ GURL found_namespace_entry_url_;
GURL found_manifest_url_;
bool found_network_namespace_;

Powered by Google App Engine
This is Rietveld 408576698