diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-12 05:57:53 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-12 05:57:53 +0000 |
commit | c07c97572a7d4b5f2eba6402cc5f173408d6c8c5 (patch) | |
tree | 920a1762c889f7aa08de0fb491f439e2e7ff27f7 /chrome/browser/autofill/form_structure.h | |
parent | c4d73947e08d03952e8cb3174aa6cfdaac1a963f (diff) | |
download | chromium_src-c07c97572a7d4b5f2eba6402cc5f173408d6c8c5.zip chromium_src-c07c97572a7d4b5f2eba6402cc5f173408d6c8c5.tar.gz chromium_src-c07c97572a7d4b5f2eba6402cc5f173408d6c8c5.tar.bz2 |
Reset the AutoFillManager's cache of forms when the main page is loaded, not when forms are sent to be stored.
BUG=37990
TEST=Form at ebay.com; in bug.
Review URL: http://codereview.chromium.org/906002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41403 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autofill/form_structure.h')
-rw-r--r-- | chrome/browser/autofill/form_structure.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/autofill/form_structure.h b/chrome/browser/autofill/form_structure.h index 57d00b8..d91882b 100644 --- a/chrome/browser/autofill/form_structure.h +++ b/chrome/browser/autofill/form_structure.h @@ -60,6 +60,7 @@ class FormStructure { return fields_.end(); } + bool operator==(const FormData& form) const; bool operator!=(const FormData& form) const; private: |