summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/web_application_cache_host_impl.h
diff options
context:
space:
mode:
authormichaeln@chromium.org <michaeln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-20 20:36:46 +0000
committermichaeln@chromium.org <michaeln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-20 20:36:46 +0000
commit62e1926b8b77d7335c14096028102e269cb77937 (patch)
tree0cf80b8fa0a0eacbc27ccdd682945adc79db49a7 /webkit/appcache/web_application_cache_host_impl.h
parentdf24335d48570c985a6c6a53303d399c53d4c367 (diff)
downloadchromium_src-62e1926b8b77d7335c14096028102e269cb77937.zip
chromium_src-62e1926b8b77d7335c14096028102e269cb77937.tar.gz
chromium_src-62e1926b8b77d7335c14096028102e269cb77937.tar.bz2
AppCache: manifest attribute is ignored when navigating via POST (form submit) that results in a 302 to GET the page to load.
BUG=49202 TEST=manual Review URL: http://codereview.chromium.org/2806059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53088 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/appcache/web_application_cache_host_impl.h b/webkit/appcache/web_application_cache_host_impl.h
index be088b1..f71398f 100644
--- a/webkit/appcache/web_application_cache_host_impl.h
+++ b/webkit/appcache/web_application_cache_host_impl.h
@@ -72,6 +72,7 @@ class WebApplicationCacheHostImpl : public WebKit::WebApplicationCacheHost {
bool is_scheme_supported_;
bool is_get_method_;
IsNewMasterEntry is_new_master_entry_;
+ GURL original_main_resource_url_; // Used to detect redirection.
};
} // namespace