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

Unified Diff: components/sync/base/data_type_histogram.h

Issue 2306763002: Add PrinterSpecifics to the sync protos. (Closed)
Patch Set: rebase Created 4 years, 3 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/base/data_type_histogram.h
diff --git a/components/sync/base/data_type_histogram.h b/components/sync/base/data_type_histogram.h
index b282b12affee9d7b7a9950b8c995a5a6531e789e..603aa00bb681a7842b2b2127d9102d65beba5fbf 100644
--- a/components/sync/base/data_type_histogram.h
+++ b/components/sync/base/data_type_histogram.h
@@ -116,6 +116,9 @@ void SyncRecordDatatypeBin(const std::string& name, int sample, int value);
case ::syncer::EXPERIMENTS: \
PER_DATA_TYPE_MACRO("Experiments"); \
break; \
+ case ::syncer::PRINTER: \
+ PER_DATA_TYPE_MACRO("Printers"); \
+ break; \
case ::syncer::PRIORITY_PREFERENCES: \
PER_DATA_TYPE_MACRO("PriorityPreferences"); \
break; \

Powered by Google App Engine
This is Rietveld 408576698