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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1294923003: Add a triggered profile reset mechanism. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: grt nits, UMA histogram Created 5 years, 3 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index aa44430b34ea4becc99aa7f430e441924ec69b2f..66a5d5fc4bca714f985ff9b09c555b31faab1923 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -35260,6 +35260,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Total size of the profile data (excluding sub-folders).</summary>
</histogram>
+<histogram name="Profile.TriggeredReset" enum="Boolean">
grt (UTC plus 2) 2015/09/13 13:30:51 This looks like a good use of BooleanHit. WDYT?
robertshield 2015/09/14 14:27:36 It does.
+ <owner>robertshield@chromium.org</owner>
+ <summary>Indicates whether a profile was reset via a reset trigger.</summary>
+</histogram>
+
<histogram name="Profile.Update" enum="ProfileType">
<owner>rlp@chromium.org</owner>
<summary>Times a profile name and/or avatar was updated.</summary>

Powered by Google App Engine
This is Rietveld 408576698