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

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

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.cc
diff --git a/components/autofill/core/browser/autofill_sync_constants.cc b/components/autofill/core/browser/autofill_sync_constants.cc
index b4ccf5fb7381c4c8ba6bfb3a24685452863d28f8..b88d30077e243ebcaba83c1157a4c1f1329b1c99 100644
--- a/components/autofill/core/browser/autofill_sync_constants.cc
+++ b/components/autofill/core/browser/autofill_sync_constants.cc
@@ -11,6 +11,7 @@ const char kSyncCardTypeDiscover[] = "DISCOVER";
const char kSyncCardTypeJCB[] = "JCB";
const char kSyncCardTypeMaestro[] = "MAESTRO";
const char kSyncCardTypeMasterCard[] = "MASTER_CARD";
+const char kSyncCardTypeMir[] = "MIR";
please use gerrit instead 2016/11/18 10:34:20 No need to add here.
const char kSyncCardTypeSolo[] = "SOLO";
const char kSyncCardTypeSwitch[] = "SWITCH";
const char kSyncCardTypeUnknown[] = "UNKNOWN";

Powered by Google App Engine
This is Rietveld 408576698