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

Unified Diff: components/sync/protocol/proto_enum_conversions.h

Issue 2634663002: Add WalletCardClass to WalletMaskedCreditCard (Closed)
Patch Set: Add WalletCardClass to proto_enum_conversions files Created 3 years, 11 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/sync/protocol/proto_enum_conversions.h
diff --git a/components/sync/protocol/proto_enum_conversions.h b/components/sync/protocol/proto_enum_conversions.h
index ac83562f802f6f17f6b7adda69a84256592e8ac5..3cdf50dbf2783a5e3c389dfb97c16cf87c8201c2 100644
--- a/components/sync/protocol/proto_enum_conversions.h
+++ b/components/sync/protocol/proto_enum_conversions.h
@@ -66,6 +66,9 @@ const char* ProtoEnumToString(
const char* ProtoEnumToString(
sync_pb::WalletMaskedCreditCard::WalletCardType wallet_card_type);
+const char* ProtoEnumToString(
+ sync_pb::WalletMaskedCreditCard::WalletCardClass wallet_card_class);
+
const char* ProtoEnumToString(sync_pb::SyncEnums::DeviceType device_type);
const char* ProtoEnumToString(sync_pb::SessionTab::FaviconType favicon_type);
« no previous file with comments | « components/sync/protocol/autofill_specifics.proto ('k') | components/sync/protocol/proto_enum_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698