Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 122653005: Chrome Settings Hardening (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: void* 0xBAD instead of returning a base::Value* in checked/stored_value() test helper Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « chrome/browser/prefs/pref_hash_store.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/browser/prefs/pref_hash_store.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698