Chromium Code Reviews| 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..3b1d38336aaa0385a6d9bf811a21810063b93be0 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 |
|
pavely
2016/06/27 18:51:33
nit: Could you add dot ('.') at the end of comment
lgcheng
2016/06/27 19:54:38
Done.
|
| + ARC_PACKAGE, |
| // ---- Proxy types ---- |
| // Proxy types are excluded from the sync protocol, but are still considered |