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

Unified Diff: webkit/appcache/appcache_request_handler.h

Issue 10829356: Make sure that AppCache tests subresource URLrequests against NETWORK whitelist (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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
diff --git a/webkit/appcache/appcache_request_handler.h b/webkit/appcache/appcache_request_handler.h
index f7e8c23aa9f140accac2161d8979b40eb32e8aab..4ce6350ee99df4da15c9b9ddf1617c904416e696 100644
--- a/webkit/appcache/appcache_request_handler.h
+++ b/webkit/appcache/appcache_request_handler.h
@@ -111,6 +111,8 @@ class APPCACHE_EXPORT AppCacheRequestHandler
GURL found_namespace_entry_url_;
GURL found_manifest_url_;
bool found_network_namespace_;
+ // This is only for subresource requests.
+ bool request_response_found_;
// True if a cache entry this handler attempted to return was
// not found in the disk cache. Once set, the handler will take
« no previous file with comments | « no previous file | webkit/appcache/appcache_request_handler.cc » ('j') | webkit/appcache/appcache_request_handler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698