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

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

Issue 8052024: Autofill: Ignore gift cards when filling credit card info (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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 | « no previous file | chrome/browser/autofill/autofill_regex_constants.cc.utf8 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/autofill_regex_constants.h
diff --git a/chrome/browser/autofill/autofill_regex_constants.h b/chrome/browser/autofill/autofill_regex_constants.h
index baf373777c3a0134d7065aaa2e81771ab16f1030..4d9ef466a20fd3fe50bbf4326bfe1562216df0e2 100644
--- a/chrome/browser/autofill/autofill_regex_constants.h
+++ b/chrome/browser/autofill/autofill_regex_constants.h
@@ -33,6 +33,7 @@ extern const char kExpirationYearRe[];
extern const char kExpirationDate2DigitYearRe[];
extern const char kExpirationDateRe[];
extern const char kCardIgnoredRe[];
+extern const char kGiftCardRe[];
extern const char kEmailRe[];
extern const char kNameIgnoredRe[];
extern const char kNameRe[];
« no previous file with comments | « no previous file | chrome/browser/autofill/autofill_regex_constants.cc.utf8 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698