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

Unified Diff: sync/util/data_type_histogram.h

Issue 1110833002: [autofill] Sync server card and address metadata. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Work Created 5 years, 7 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: sync/util/data_type_histogram.h
diff --git a/sync/util/data_type_histogram.h b/sync/util/data_type_histogram.h
index 2c4ac8e49e59e0da2223fc5975a8c67bad364999..0f7e6a99e594fb5d678ae8a4d4a3a875a3dc3584 100644
--- a/sync/util/data_type_histogram.h
+++ b/sync/util/data_type_histogram.h
@@ -54,6 +54,9 @@
case ::syncer::AUTOFILL_WALLET_DATA: \
PER_DATA_TYPE_MACRO("AutofillWallet"); \
break; \
+ case ::syncer::AUTOFILL_WALLET_METADATA: \
+ PER_DATA_TYPE_MACRO("AutofillWalletMetadata"); \
+ break; \
case ::syncer::THEMES: \
PER_DATA_TYPE_MACRO("Themes"); \
break; \

Powered by Google App Engine
This is Rietveld 408576698