| Index: chrome/browser/sync/user_selectable_sync_type.h
|
| diff --git a/chrome/browser/sync/user_selectable_sync_type.h b/chrome/browser/sync/user_selectable_sync_type.h
|
| index cb307be6e9203db0f84e7da2e6e717129cadcdc3..ffe381f8b5f7efdb8a2db6c7ce2a98447997e954 100644
|
| --- a/chrome/browser/sync/user_selectable_sync_type.h
|
| +++ b/chrome/browser/sync/user_selectable_sync_type.h
|
| @@ -41,6 +41,8 @@ enum UserSelectableSyncType {
|
| // APP_SETTINGS,
|
| // EXTENSION_SETTINGS,
|
| // APP_NOTIFICATIONS,
|
| + // PER_DEVICE_METADATA,
|
| + // PER_USER_METADATA,
|
|
|
| // Number of sync datatypes exposed to the user via checboxes in the UI.
|
| SELECTABLE_DATATYPE_COUNT = 9,
|
|
|