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

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: MaybeLoadFallbackForRedirect uses MaybeLoadResource 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..b0261c7eec41c8bc63639ae4340b34fa6c844672 100644
--- a/webkit/appcache/appcache_request_handler.h
+++ b/webkit/appcache/appcache_request_handler.h
@@ -118,6 +118,9 @@ class APPCACHE_EXPORT AppCacheRequestHandler
// request and any redirects will be handled by the network library.
bool cache_entry_not_found_;
+ // True if this->MaybeLoadResource(...) has been called in the past.
+ bool maybe_load_resource_executed_;
michaeln 2012/08/25 01:33:42 ah... this is a much clearer name
+
// The job we use to deliver a response.
scoped_refptr<AppCacheURLRequestJob> job_;
« 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