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

Unified Diff: sync/util/data_type_histogram.h

Issue 11445002: Sync user's custom spellcheck dictionary (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix compile on some platforms Created 7 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: sync/util/data_type_histogram.h
diff --git a/sync/util/data_type_histogram.h b/sync/util/data_type_histogram.h
index 7b69cf89cd2d6dd8630e078d5dc5671f02f94595..e72cebb85815243c800bbf023a9f4f8bc11b4098 100644
--- a/sync/util/data_type_histogram.h
+++ b/sync/util/data_type_histogram.h
@@ -96,6 +96,9 @@
case ::syncer::PRIORITY_PREFERENCES :\
PER_DATA_TYPE_MACRO("PriorityPreferences"); \
break; \
+ case ::syncer::DICTIONARY: \
+ PER_DATA_TYPE_MACRO("Dictionary"); \
+ break; \
default: \
NOTREACHED() << "Unknown datatype " \
<< ::syncer::ModelTypeToString(datatype); \

Powered by Google App Engine
This is Rietveld 408576698