Index: webkit/appcache/web_application_cache_host_impl.h |
=================================================================== |
--- webkit/appcache/web_application_cache_host_impl.h (revision 75330) |
+++ webkit/appcache/web_application_cache_host_impl.h (working copy) |
@@ -75,6 +75,7 @@ |
IsNewMasterEntry is_new_master_entry_; |
appcache::AppCacheInfo cache_info_; |
GURL original_main_resource_url_; // Used to detect redirection. |
+ bool was_select_cache_called_; |
}; |
} // namespace |