From 0e90ab01373af01ea3fdc3aa97b5bceaf2e990fa Mon Sep 17 00:00:00 2001 From: "petewil@chromium.org" Date: Wed, 29 Jan 2014 01:00:06 +0000 Subject: 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 --- sync/internal_api/public/base/model_type.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sync/internal_api') 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. -- cgit v1.1