| 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 2ad2de14cc1f280d9371d8cf1b8ccd3f6e5ee0f9..b47b9ca1887285926582144fddbd507949889b77 100644
|
| --- a/sync/internal_api/public/base/model_type.h
|
| +++ b/sync/internal_api/public/base/model_type.h
|
| @@ -98,7 +98,7 @@ enum ModelType {
|
| // History delete directives.
|
| HISTORY_DELETE_DIRECTIVES,
|
| // Synced push notifications.
|
| - SYNCED_NOTIFICATIONS, // Deprecated.
|
| + SYNCED_NOTIFICATIONS, // Deprecated.
|
| // Synced Notification app info.
|
| SYNCED_NOTIFICATION_APP_INFO, // Deprecated.
|
| // Custom spelling dictionary.
|
| @@ -131,6 +131,8 @@ enum ModelType {
|
| // Supervised user whitelists. Each item contains a CRX ID (like an extension
|
| // ID) and a name.
|
| SUPERVISED_USER_WHITELISTS,
|
| + // Arc Package items.
|
| + ARC_PACKAGE,
|
|
|
| // ---- Proxy types ----
|
| // Proxy types are excluded from the sync protocol, but are still considered
|
|
|