Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(346)

Unified Diff: chrome/browser/autofill/name_field.h

Issue 7585020: Remove Autofill support for the ECML standard, as it is virtually unused. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove ECML files from the repository Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/autofill/form_field.cc ('k') | chrome/browser/autofill/name_field.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/name_field.h
diff --git a/chrome/browser/autofill/name_field.h b/chrome/browser/autofill/name_field.h
index 3b17f132c943683ad5d4d8178c811e9dceca024c..3f825383c02a3c0a873a530d6121030b11206793 100644
--- a/chrome/browser/autofill/name_field.h
+++ b/chrome/browser/autofill/name_field.h
@@ -18,7 +18,7 @@ class AutofillScanner;
// A form field that can parse either a FullNameField or a FirstLastNameField.
class NameField : public FormField {
public:
- static FormField* Parse(AutofillScanner* scanner, bool is_ecml);
+ static FormField* Parse(AutofillScanner* scanner);
protected:
NameField() {}
@@ -36,7 +36,6 @@ class NameField : public FormField {
FRIEND_TEST_ALL_PREFIXES(NameFieldTest, FirstMiddleLastEmpty);
FRIEND_TEST_ALL_PREFIXES(NameFieldTest, MiddleInitial);
FRIEND_TEST_ALL_PREFIXES(NameFieldTest, MiddleInitialAtEnd);
- FRIEND_TEST_ALL_PREFIXES(NameFieldTest, ECMLFirstMiddleLast);
DISALLOW_COPY_AND_ASSIGN(NameField);
};
« no previous file with comments | « chrome/browser/autofill/form_field.cc ('k') | chrome/browser/autofill/name_field.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698