summaryrefslogtreecommitdiffstats
path: root/sync/util
diff options
context:
space:
mode:
authorpetewil@chromium.org <petewil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-29 01:00:06 +0000
committerpetewil@chromium.org <petewil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-29 01:00:06 +0000
commit0e90ab01373af01ea3fdc3aa97b5bceaf2e990fa (patch)
treec3a60f8a3343b88758f736a65632efa6cf1af322 /sync/util
parent04b9a4170fd0692fe38b6202a936faf3c21f2ed5 (diff)
downloadchromium_src-0e90ab01373af01ea3fdc3aa97b5bceaf2e990fa.zip
chromium_src-0e90ab01373af01ea3fdc3aa97b5bceaf2e990fa.tar.gz
chromium_src-0e90ab01373af01ea3fdc3aa97b5bceaf2e990fa.tar.bz2
New Sync datatype for Synced Notifications App Info
This is the first checkin for creating a new sync datatype for the synced notifications app info. The new datatype will be used for synced notification metadata such as the name and icon of the service sending the synced notification. BUG=280266 Review URL: https://codereview.chromium.org/143973006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247551 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 11be1ec..e2ab49f 100644
--- a/sync/util/data_type_histogram.h
+++ b/sync/util/data_type_histogram.h
@@ -90,6 +90,9 @@
case ::syncer::SYNCED_NOTIFICATIONS: \
PER_DATA_TYPE_MACRO("SyncedNotifications"); \
break; \
+ case ::syncer::SYNCED_NOTIFICATION_APP_INFO: \
+ PER_DATA_TYPE_MACRO("SyncedNotificationAppInfo"); \
+ break; \
case ::syncer::DEVICE_INFO: \
PER_DATA_TYPE_MACRO("DeviceInfo"); \
break; \