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

Unified Diff: components/autofill/core/browser/autofill_regex_constants.h

Issue 1694443004: [Autofill] Add credit card first and last name heuristics predictions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: components/autofill/core/browser/autofill_regex_constants.h
diff --git a/components/autofill/core/browser/autofill_regex_constants.h b/components/autofill/core/browser/autofill_regex_constants.h
index 7f5ce1a86e924ba1025f9bd439c95efa8811eae6..b66c2ca24ebbdd0028079bae9341b5d94dae2ad8 100644
--- a/components/autofill/core/browser/autofill_regex_constants.h
+++ b/components/autofill/core/browser/autofill_regex_constants.h
@@ -24,6 +24,7 @@ extern const char kCityRe[];
extern const char kStateRe[];
extern const char kNameOnCardRe[];
extern const char kNameOnCardContextualRe[];
+extern const char kLastNameOnCardContextualRe[];
extern const char kCardNumberRe[];
extern const char kCardCvcRe[];
extern const char kCardTypeRe[];

Powered by Google App Engine
This is Rietveld 408576698