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

Unified Diff: sync/util/data_type_histogram.h

Issue 674633002: sync: add WIFI_CREDENTIALS protobuf, ModelType, and preference (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@local-master
Patch Set: fix JS, update data_type_histogram.h, and update histograms.xml Created 6 years, 2 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 980d3cc7498197c631d3f614a19b2de9c2bbb9fb..834407227956ebc28b93df43b1b07b5afb86bdaf 100644
--- a/sync/util/data_type_histogram.h
+++ b/sync/util/data_type_histogram.h
@@ -123,6 +123,9 @@
case ::syncer::ARTICLES: \
PER_DATA_TYPE_MACRO("Article"); \
break; \
+ case ::syncer::WIFI_CREDENTIALS: \
+ PER_DATA_TYPE_MACRO("WifiCredentials"); \
+ break; \
case ::syncer::PROXY_TABS: \
PER_DATA_TYPE_MACRO("Tabs"); \
break; \

Powered by Google App Engine
This is Rietveld 408576698