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 5c023726d17deb94ed5b0ac5c8976b09e0be7506..ce2204270d9da3f66acfa94ed01437552bc9f7d0 100644 |
--- a/chrome/browser/sync/user_selectable_sync_type.h |
+++ b/chrome/browser/sync/user_selectable_sync_type.h |
@@ -31,6 +31,8 @@ enum UserSelectableSyncType { |
EXTENSIONS = 6, |
PROXY_TABS = 7, |
APPS = 8, |
+ // TODO(petewil): There was talk of removing this from user selectable sync |
+ // types. Should we? |
SYNCED_NOTIFICATIONS = 9, |
// The datatypes below are implicitly synced, and are not exposed via user |
@@ -52,6 +54,7 @@ enum UserSelectableSyncType { |
// FAVICON_IMAGES, |
// FAVICON_TRACKING, |
// ARTICLE, |
+ // SYNCED_NOTIFICATION_APP_INFO |
// Number of sync datatypes exposed to the user via checboxes in the UI. |
SELECTABLE_DATATYPE_COUNT = 10, |