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

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 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..e25dc98e41ead459e7157d620f83ffc73907722f 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="BooleanHit">
Alexei Svitkine (slow) 2015/09/14 17:05:43 Nit: Add a custom enum for this - e.g. BooleanRese
robertshield 2015/09/21 04:16:23 Ok, done. Curious: what is the benefit of having e
+ <owner>robertshield@chromium.org</owner>
+ <summary>Indicates whether a profile was reset via a reset trigger.</summary>
Alexei Svitkine (slow) 2015/09/14 17:05:43 Mention when it's recorded.
robertshield 2015/09/21 04:16:23 Done.
+</histogram>
+
<histogram name="Profile.Update" enum="ProfileType">
<owner>rlp@chromium.org</owner>
<summary>Times a profile name and/or avatar was updated.</summary>
« chrome/browser/ui/startup/startup_browser_creator_impl.cc ('K') | « chrome/common/pref_names.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698