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

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

Issue 2548413002: Fix sync for reading list (Closed)
Patch Set: Move histogram 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..95600c91c89b50f830cb38dcebd1e04cd92cd71b 100644
--- a/components/sync/driver/user_selectable_sync_type.h
+++ b/components/sync/driver/user_selectable_sync_type.h
@@ -36,6 +36,8 @@ enum UserSelectableSyncType {
SYNCED_NOTIFICATIONS = 9,
WIFI_CREDENTIAL = 10,
+ READING_LIST = 11,
+
// The datatypes below are implicitly synced, and are not exposed via user
// selectable checkboxes.
// TODO(lgcheng) ARC_PACKAGE would be selectable.
@@ -59,10 +61,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