Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(335)

Unified Diff: sync/internal_api/public/base/model_type.h

Issue 2092893002: arc: Create sync protos for Arc package. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits addressed. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/sync_driver/user_selectable_sync_type.h ('k') | sync/protocol/arc_package_specifics.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « components/sync_driver/user_selectable_sync_type.h ('k') | sync/protocol/arc_package_specifics.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698