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

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

Issue 12260054: [Autofill] Enable heuristic detection of credit card issuer fields. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 10 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/credit_card_field_unittest.cc ('k') | chrome/browser/autofill/email_field.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/email_field.h
diff --git a/chrome/browser/autofill/email_field.h b/chrome/browser/autofill/email_field.h
index 1abae6323493f53f912dcf2904d0a3a008466312..902335cbdd32218edb17af135dba6b11d77aaeed 100644
--- a/chrome/browser/autofill/email_field.h
+++ b/chrome/browser/autofill/email_field.h
@@ -11,7 +11,7 @@
class EmailField : public FormField {
public:
- static FormField* Parse(AutofillScanner* scanner, bool parse_new_field_types);
+ static FormField* Parse(AutofillScanner* scanner);
protected:
// FormField:
« no previous file with comments | « chrome/browser/autofill/credit_card_field_unittest.cc ('k') | chrome/browser/autofill/email_field.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698