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

Unified Diff: components/sync/driver/user_selectable_sync_type.h

Issue 2548413002: Fix sync for reading list (Closed)
Patch Set: Created 4 years 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
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 49641c941044b32786d4a950f8ba400e2327eb30..04ce5a062ffc84bb1388bdf12fc37e2a114cce53 100644
--- a/components/sync/driver/user_selectable_sync_type.h
+++ b/components/sync/driver/user_selectable_sync_type.h
@@ -31,6 +31,7 @@ enum UserSelectableSyncType {
EXTENSIONS = 6,
PROXY_TABS = 7,
APPS = 8,
+ READING_LIST = 11,
// TODO(petewil): There was talk of removing this from user selectable sync
// types. Should we?
SYNCED_NOTIFICATIONS = 9,
@@ -59,10 +60,9 @@ enum UserSelectableSyncType {
// SYNCED_NOTIFICATION_APP_INFO,
// ARC_PACKAGE,
// PRINTERS
- // READING_LIST
// Number of sync datatypes exposed to the user via checboxes in the UI.
- SELECTABLE_DATATYPE_COUNT = 11,
+ SELECTABLE_DATATYPE_COUNT = 12,
};
} // namespace user_selectable_type

Powered by Google App Engine
This is Rietveld 408576698