Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index b1a1badf912caea46a4a6cb7426b2b5039295bc9..78539fa18d4b897f02c96a6757732cbcd14e558a 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -16969,6 +16969,10 @@ other types of suffix sets. |
</summary> |
</histogram> |
+<histogram name="Settings.TrackedPreferenceReset" enum="TrackedPreference"> |
+ <summary>The id of a tracked preference which was reset by Chrome.</summary> |
+</histogram> |
+ |
<histogram name="Settings.TrackedPreferenceUnchanged" enum="TrackedPreference"> |
<summary> |
The id of a tracked preference whose value has not changed since the last |
@@ -16976,6 +16980,14 @@ other types of suffix sets. |
</summary> |
</histogram> |
+<histogram name="Settings.TrackedPreferenceWantedReset" |
+ enum="TrackedPreference"> |
+ <summary> |
+ The id of a tracked preference which Chrome would have reset had the config |
+ allowed it. |
+ </summary> |
+</histogram> |
+ |
<histogram name="SettingsResetBubble.NumNoThanksPerReset"> |
<summary> |
Counts the number of times the user clicked on the No Thanks button of the |