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

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: TODO added Created 8 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
« no previous file with comments | « no previous file | webkit/appcache/appcache_request_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/appcache/appcache_request_handler.h
diff --git a/webkit/appcache/appcache_request_handler.h b/webkit/appcache/appcache_request_handler.h
index bedd90dcf8f6041397d5dee28a60dc4dcf43e6ec..d77f1500b4e6fd92c11113789cffafe1ff5ee162 100644
--- a/webkit/appcache/appcache_request_handler.h
+++ b/webkit/appcache/appcache_request_handler.h
@@ -125,6 +125,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_;
+
// 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698