summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/web_application_cache_host_impl.h
diff options
context:
space:
mode:
authormichaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-28 21:20:17 +0000
committermichaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-28 21:20:17 +0000
commit1290063b22632e0e615955e726e59204dd2bc7c0 (patch)
tree9f04c6e940586ff59dbf282eb9aec6227fa82a13 /webkit/appcache/web_application_cache_host_impl.h
parent90e888c657e928a56e4c67fa84f85354e0fc7748 (diff)
downloadchromium_src-1290063b22632e0e615955e726e59204dd2bc7c0.zip
chromium_src-1290063b22632e0e615955e726e59204dd2bc7c0.tar.gz
chromium_src-1290063b22632e0e615955e726e59204dd2bc7c0.tar.bz2
Do a better job of caching appcache status values in the renderer based on the sequence of events seen.
BUG=none TEST=existing tests apply Review URL: http://codereview.chromium.org/4901002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73021 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/appcache/web_application_cache_host_impl.h')
-rw-r--r--webkit/appcache/web_application_cache_host_impl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/webkit/appcache/web_application_cache_host_impl.h b/webkit/appcache/web_application_cache_host_impl.h
index 6a9406a..4304783 100644
--- a/webkit/appcache/web_application_cache_host_impl.h
+++ b/webkit/appcache/web_application_cache_host_impl.h
@@ -67,10 +67,7 @@ class WebApplicationCacheHostImpl : public WebKit::WebApplicationCacheHost {
WebKit::WebApplicationCacheHostClient* client_;
AppCacheBackend* backend_;
int host_id_;
- bool has_status_;
appcache::Status status_;
- bool has_cached_status_;
- appcache::Status cached_status_;
WebKit::WebURLResponse document_response_;
GURL document_url_;
bool is_scheme_supported_;