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

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

Issue 2514753002: Add Mir credit card support to autofill. (Closed)
Patch Set: Created 4 years, 1 month 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_sync_constants.h
diff --git a/components/autofill/core/browser/autofill_sync_constants.h b/components/autofill/core/browser/autofill_sync_constants.h
index 92aee93db505f6c4f68557bf685f1714997b4155..9a287bafeafd3c6ef976206704ea295267200e00 100644
--- a/components/autofill/core/browser/autofill_sync_constants.h
+++ b/components/autofill/core/browser/autofill_sync_constants.h
@@ -11,6 +11,7 @@ extern const char kSyncCardTypeDiscover[];
extern const char kSyncCardTypeJCB[];
extern const char kSyncCardTypeMaestro[];
extern const char kSyncCardTypeMasterCard[];
+extern const char kSyncCardTypeMir[];
please use gerrit instead 2016/11/18 10:34:20 No need to add MIR in autofill_sync_constants.h, b
extern const char kSyncCardTypeSolo[];
extern const char kSyncCardTypeSwitch[];
extern const char kSyncCardTypeUnknown[];

Powered by Google App Engine
This is Rietveld 408576698