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

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

Issue 2306763002: Add PrinterSpecifics to the sync protos. (Closed)
Patch Set: PrintersSpecifics -> PrinterSpecifics 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
« no previous file with comments | « components/browser_sync/browser/profile_sync_service.cc ('k') | components/sync/base/model_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..d6b6b3179cf9bcaf8951f7bd37fd15e3314fecb4 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::PRINTERS: \
+ PER_DATA_TYPE_MACRO("Printers"); \
+ break; \
case ::syncer::PRIORITY_PREFERENCES: \
PER_DATA_TYPE_MACRO("PriorityPreferences"); \
break; \
« no previous file with comments | « components/browser_sync/browser/profile_sync_service.cc ('k') | components/sync/base/model_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698