summaryrefslogtreecommitdiffstats
path: root/sync/util
diff options
context:
space:
mode:
authoralbertb@chromium.org <albertb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-09 20:28:46 +0000
committeralbertb@chromium.org <albertb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-09 20:28:46 +0000
commit9b55ffc6446732df180a70e0898e12103fc6b4b2 (patch)
treeacf2c465c3583089db3864a7232e814c811d13f4 /sync/util
parent92e09378ac701637d3057a9d1200c9d7c3b6d04f (diff)
downloadchromium_src-9b55ffc6446732df180a70e0898e12103fc6b4b2.zip
chromium_src-9b55ffc6446732df180a70e0898e12103fc6b4b2.tar.gz
chromium_src-9b55ffc6446732df180a70e0898e12103fc6b4b2.tar.bz2
sync: Add PriorityPreference protobuf and supporting code.
BUG=168648 Review URL: https://chromiumcodereview.appspot.com/11734009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175874 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/util')
-rw-r--r--sync/util/data_type_histogram.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sync/util/data_type_histogram.h b/sync/util/data_type_histogram.h
index 790c4fe..7b69cf8 100644
--- a/sync/util/data_type_histogram.h
+++ b/sync/util/data_type_histogram.h
@@ -93,6 +93,9 @@
case ::syncer::EXPERIMENTS: \
PER_DATA_TYPE_MACRO("Experiments"); \
break; \
+ case ::syncer::PRIORITY_PREFERENCES :\
+ PER_DATA_TYPE_MACRO("PriorityPreferences"); \
+ break; \
default: \
NOTREACHED() << "Unknown datatype " \
<< ::syncer::ModelTypeToString(datatype); \