Commit 604de921 authored by Marc Treib's avatar Marc Treib Committed by Commit Bot

Comment out unused ModelTypeForHistograms entries

Since this is a histogram enum, the entries are commented out but left
around, for historical purposes and to reduce the chances of reuse.

Bug: 1012648, 1007293
Change-Id: Ic931270a50908e4977e2ca2fd7f6851fab3dcfed
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1852253
Commit-Queue: Jan Krcal <jkrcal@chromium.org>
Auto-Submit: Marc Treib <treib@chromium.org>
Reviewed-by: default avatarJan Krcal <jkrcal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#705511}
parent ed8d98f2
...@@ -192,24 +192,24 @@ enum class ModelTypeForHistograms { ...@@ -192,24 +192,24 @@ enum class ModelTypeForHistograms {
kApps = 12, kApps = 12,
kAppSettings = 13, kAppSettings = 13,
kExtensionSettings = 14, kExtensionSettings = 14,
kDeprecatedAppNotifications = 15, // kDeprecatedAppNotifications = 15,
kHistoryDeleteDirectices = 16, kHistoryDeleteDirectices = 16,
kNigori = 17, kNigori = 17,
kDeviceInfo = 18, kDeviceInfo = 18,
kDeprecatedExperiments = 19, kDeprecatedExperiments = 19,
kDeprecatedSyncedNotifications = 20, // kDeprecatedSyncedNotifications = 20,
kPriorityPreferences = 21, kPriorityPreferences = 21,
kDictionary = 22, kDictionary = 22,
kFaviconImages = 23, kFaviconImages = 23,
kFaviconTracking = 24, kFaviconTracking = 24,
kProxyTabs = 25, kProxyTabs = 25,
kSupervisedUserSettings = 26, kSupervisedUserSettings = 26,
kDeprecatedSupervisedUsers = 27, // kDeprecatedSupervisedUsers = 27,
kDeprecatedArticles = 28, // kDeprecatedArticles = 28,
kAppList = 29, kAppList = 29,
kDeprecatedSupervisedUserSharedSettings = 30, // kDeprecatedSupervisedUserSharedSettings = 30,
kDeprecatedSyncedNotificationAppInfo = 31, // kDeprecatedSyncedNotificationAppInfo = 31,
kDeprecatedWifiCredentials = 32, // kDeprecatedWifiCredentials = 32,
kSupervisedUserWhitelists = 33, kSupervisedUserWhitelists = 33,
kAutofillWalletData = 34, kAutofillWalletData = 34,
kAutofillWalletMetadata = 35, kAutofillWalletMetadata = 35,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment