diff options
author | petewil@chromium.org <petewil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-29 01:00:06 +0000 |
---|---|---|
committer | petewil@chromium.org <petewil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-29 01:00:06 +0000 |
commit | 0e90ab01373af01ea3fdc3aa97b5bceaf2e990fa (patch) | |
tree | c3a60f8a3343b88758f736a65632efa6cf1af322 /sync/internal_api/public | |
parent | 04b9a4170fd0692fe38b6202a936faf3c21f2ed5 (diff) | |
download | chromium_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/internal_api/public')
-rw-r--r-- | sync/internal_api/public/base/model_type.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sync/internal_api/public/base/model_type.h b/sync/internal_api/public/base/model_type.h index 4777be4..dddc617 100644 --- a/sync/internal_api/public/base/model_type.h +++ b/sync/internal_api/public/base/model_type.h @@ -84,6 +84,8 @@ enum ModelType { HISTORY_DELETE_DIRECTIVES, // Synced push notifications. SYNCED_NOTIFICATIONS, + // Synced Notification app info. + SYNCED_NOTIFICATION_APP_INFO, // Custom spelling dictionary. DICTIONARY, // Favicon images. |