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 143aa773208c99152224b24ad29c6ac30840fa2c..f9faf6569e79171a4968a97b204e0ca5e31ca0e8 100644 |
--- a/chrome/browser/sync/user_selectable_sync_type.h |
+++ b/chrome/browser/sync/user_selectable_sync_type.h |
@@ -29,7 +29,7 @@ enum UserSelectableSyncType { |
THEMES = 4, |
TYPED_URLS = 5, |
EXTENSIONS = 6, |
- SESSIONS = 7, |
+ TABS = 7, |
APPS = 8, |
SYNCED_NOTIFICATIONS = 9, |
@@ -46,6 +46,8 @@ enum UserSelectableSyncType { |
// DEVICE_INFO, |
// EXPERIMENTS, |
// PRIORITY_PREFERENCES, |
+ // SESSIONS, |
+ // HISTORY_DELETE_DIRECTIVES, |
// Number of sync datatypes exposed to the user via checboxes in the UI. |
SELECTABLE_DATATYPE_COUNT = 10, |