summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_manager.h
diff options
context:
space:
mode:
authordhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-23 04:12:31 +0000
committerdhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-23 04:12:31 +0000
commitcb63f24f71de0ae49f23d9894aa303ba77a17087 (patch)
treeb41ec9a437590fb2218806ad43a17a3834ee8057 /chrome/browser/autofill/autofill_manager.h
parent4e9c2776bd4578b301abb05f1dd5c02730f99c1f (diff)
downloadchromium_src-cb63f24f71de0ae49f23d9894aa303ba77a17087.zip
chromium_src-cb63f24f71de0ae49f23d9894aa303ba77a17087.tar.gz
chromium_src-cb63f24f71de0ae49f23d9894aa303ba77a17087.tar.bz2
Autofill i18n: Develop a system for validating Autofill heuristics from HTML input
Adds form_structure_browsertest.cc, an InProcessBrowserTest that serializes the parsed FormStructure objects and compares the results in string form. This is the first step towards a system that reads HTML forms from disk and compares against known results. BUG=60022 TEST=FormStructureBrowserTest.BasicFormStructure Review URL: http://codereview.chromium.org/5280001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67066 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autofill/autofill_manager.h')
-rw-r--r--chrome/browser/autofill/autofill_manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/autofill/autofill_manager.h b/chrome/browser/autofill/autofill_manager.h
index 60e1468..bf31052 100644
--- a/chrome/browser/autofill/autofill_manager.h
+++ b/chrome/browser/autofill/autofill_manager.h
@@ -185,6 +185,7 @@ class AutoFillManager : public RenderViewHostDelegate::AutoFill,
std::map<std::string, int> guid_id_map_;
std::map<int, std::string> id_guid_map_;
+ friend class FormStructureBrowserTest;
friend class TestAutoFillManager;
FRIEND_TEST_ALL_PREFIXES(AutoFillManagerTest, FillCreditCardForm);
FRIEND_TEST_ALL_PREFIXES(AutoFillManagerTest, FillAddressForm);