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

Unified Diff: components/sync/protocol/proto_enum_conversions.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/sync/protocol/proto_enum_conversions.cc
diff --git a/components/sync/protocol/proto_enum_conversions.cc b/components/sync/protocol/proto_enum_conversions.cc
index d1386dceeaf8920a0ff4be9e8a5cea34476c8785..9c0f14f0aa8fcd93069de648be1ab00939c58db1 100644
--- a/components/sync/protocol/proto_enum_conversions.cc
+++ b/components/sync/protocol/proto_enum_conversions.cc
@@ -245,6 +245,7 @@ const char* ProtoEnumToString(
ENUM_CASE(sync_pb::WalletMaskedCreditCard, SOLO);
ENUM_CASE(sync_pb::WalletMaskedCreditCard, SWITCH);
ENUM_CASE(sync_pb::WalletMaskedCreditCard, VISA);
+ ENUM_CASE(sync_pb::WalletMaskedCreditCard, MIR);
please use gerrit instead 2016/11/18 10:34:21 No need to modify anything sync server related.
}
NOTREACHED();
return "";

Powered by Google App Engine
This is Rietveld 408576698