| Index: sync/internal_api/public/base/model_type.h
|
| diff --git a/sync/internal_api/public/base/model_type.h b/sync/internal_api/public/base/model_type.h
|
| index 716bece7ec22a63754c0bbd32774794d1e0ef13e..f9a8c1403a38cb168284fec51f655841e6e42a87 100644
|
| --- a/sync/internal_api/public/base/model_type.h
|
| +++ b/sync/internal_api/public/base/model_type.h
|
| @@ -80,13 +80,13 @@ enum ModelType {
|
| // An extension setting from the extension settings API.
|
| EXTENSION_SETTINGS,
|
| // App notifications.
|
| - APP_NOTIFICATIONS,
|
| + APP_NOTIFICATIONS, // Deprecated.
|
| // History delete directives.
|
| HISTORY_DELETE_DIRECTIVES,
|
| // Synced push notifications.
|
| - SYNCED_NOTIFICATIONS,
|
| + SYNCED_NOTIFICATIONS, // Deprecated.
|
| // Synced Notification app info.
|
| - SYNCED_NOTIFICATION_APP_INFO,
|
| + SYNCED_NOTIFICATION_APP_INFO, // Deprecated.
|
| // Custom spelling dictionary.
|
| DICTIONARY,
|
| // Favicon images.
|
|
|