| 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
|
|
|