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

Unified Diff: components/sync/protocol/autofill_specifics.proto

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/sync/protocol/autofill_specifics.proto
diff --git a/components/sync/protocol/autofill_specifics.proto b/components/sync/protocol/autofill_specifics.proto
index 9499a45fdaa1bb8ea07dea6f538b4e2cdbc4b209..0d0d294c14469a8fbc669e7f56a901ba5fd7a956 100644
--- a/components/sync/protocol/autofill_specifics.proto
+++ b/components/sync/protocol/autofill_specifics.proto
@@ -90,6 +90,7 @@ message WalletMaskedCreditCard {
SOLO = 6;
SWITCH = 7;
VISA = 8;
+ MIR = 9;
please use gerrit instead 2016/11/18 10:34:21 No need to modify anything sync server related.
}
// Server-generated unique ID string. This is opaque to the client.

Powered by Google App Engine
This is Rietveld 408576698