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

Unified Diff: components/sync_driver/user_selectable_sync_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/sync_prefs.cc ('k') | sync/internal_api/public/base/model_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver/user_selectable_sync_type.h
diff --git a/components/sync_driver/user_selectable_sync_type.h b/components/sync_driver/user_selectable_sync_type.h
index 42fd6e4faf81f95d0b040504c410e324c8138f99..b5234a6c40f1ae4ac2a4b5f0c11ce747fd4edfaf 100644
--- a/components/sync_driver/user_selectable_sync_type.h
+++ b/components/sync_driver/user_selectable_sync_type.h
@@ -38,6 +38,7 @@ enum UserSelectableSyncType {
// The datatypes below are implicitly synced, and are not exposed via user
// selectable checkboxes.
+ // TODO(lgcheng) ARC_PACKAGE would be selectable.
// AUTOFILL_PROFILE,
// NIGORI,
@@ -55,7 +56,8 @@ enum UserSelectableSyncType {
// FAVICON_IMAGES,
// FAVICON_TRACKING,
// ARTICLE,
- // SYNCED_NOTIFICATION_APP_INFO
+ // SYNCED_NOTIFICATION_APP_INFO,
+ // ARC_PACKAGE
// Number of sync datatypes exposed to the user via checboxes in the UI.
SELECTABLE_DATATYPE_COUNT = 11,
« no previous file with comments | « components/sync_driver/sync_prefs.cc ('k') | sync/internal_api/public/base/model_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698