diff options
author | michaeln@chromium.org <michaeln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-20 20:36:46 +0000 |
---|---|---|
committer | michaeln@chromium.org <michaeln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-20 20:36:46 +0000 |
commit | 62e1926b8b77d7335c14096028102e269cb77937 (patch) | |
tree | 0cf80b8fa0a0eacbc27ccdd682945adc79db49a7 /webkit/appcache/web_application_cache_host_impl.h | |
parent | df24335d48570c985a6c6a53303d399c53d4c367 (diff) | |
download | chromium_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.h | 1 |
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 |