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

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: msw feedback Created 5 years, 2 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/common/pref_names.cc ('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 afd93fb6f832f9186c35e3cfdb7f17cf953edf8b..673c074a499db62da73d90df295a40e53603c256 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -35508,6 +35508,15 @@ 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="BooleanReset">
+ <owner>robertshield@chromium.org</owner>
+ <summary>
+ Indicates whether a profile had a reset trigger that caused it to launch a
+ reset flow. The presence of this trigger is recorded during profile
+ creation.
+ </summary>
+</histogram>
+
<histogram name="Profile.Update" enum="ProfileType">
<owner>rlp@chromium.org</owner>
<summary>Times a profile name and/or avatar was updated.</summary>
@@ -54457,6 +54466,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1" label="Reported"/>
</enum>
+<enum name="BooleanReset" type="int">
+ <int value="0" label="Not reset"/>
+ <int value="1" label="Reset"/>
+</enum>
+
<enum name="BooleanReused" type="int">
<int value="0" label="Not Reused"/>
<int value="1" label="Reused"/>
« no previous file with comments | « chrome/common/pref_names.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698