Chromium Code Reviews| 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_; |