diff options
author | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-12 04:03:06 +0000 |
---|---|---|
committer | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-12 04:03:06 +0000 |
commit | e505713377b0ec2e061933ab181854062cb16ffc (patch) | |
tree | 06d19cd76c78ec35d6f2526060c399ce48844299 /chrome/browser/autofill/autofill_manager.h | |
parent | a09add5cc8e2e936a07f19e4da168c9ed4ed8391 (diff) | |
download | chromium_src-e505713377b0ec2e061933ab181854062cb16ffc.zip chromium_src-e505713377b0ec2e061933ab181854062cb16ffc.tar.gz chromium_src-e505713377b0ec2e061933ab181854062cb16ffc.tar.bz2 |
Add preliminary Autofill support for 'autocompletetype' sections.
BUG=92121
TEST=unit_tests --gtest_filter=AutofillManagerTest.FillFormWithAuthorSpecifiedSections:FormStructureTest.HeuristicsAutocompletetypeWithSections
Review URL: http://codereview.chromium.org/7613015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96506 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autofill/autofill_manager.h')
-rw-r--r-- | chrome/browser/autofill/autofill_manager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/autofill/autofill_manager.h b/chrome/browser/autofill/autofill_manager.h index ce2d133..a9bdc9f 100644 --- a/chrome/browser/autofill/autofill_manager.h +++ b/chrome/browser/autofill/autofill_manager.h @@ -241,6 +241,8 @@ class AutofillManager : public TabContentsObserver, FRIEND_TEST_ALL_PREFIXES(AutofillManagerTest, FillAddressForm); FRIEND_TEST_ALL_PREFIXES(AutofillManagerTest, FillAddressAndCreditCardForm); FRIEND_TEST_ALL_PREFIXES(AutofillManagerTest, FillFormWithMultipleSections); + FRIEND_TEST_ALL_PREFIXES(AutofillManagerTest, + FillFormWithAuthorSpecifiedSections); FRIEND_TEST_ALL_PREFIXES(AutofillManagerTest, FillFormWithMultipleEmails); FRIEND_TEST_ALL_PREFIXES(AutofillManagerTest, FillAutofilledForm); FRIEND_TEST_ALL_PREFIXES(AutofillManagerTest, FillPhoneNumber); |