| 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
|
|
|