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

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

Issue 2739513002: Settings reset prompt: add UMA metrics reporting. (Closed)
Patch Set: More comments... Created 3 years, 9 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:
View side-by-side diff with in-line comments
Download patch
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index cc2df0bf7e6a0be613c20eaba537745dbd2d3d71..15a638e6538174d9aea0fba6d877a1a5bfb4ef84 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -14325,6 +14325,23 @@ should be able to be added at any place in this file.
<description>Please enter the description of this user action.</description>
</action>
+<action name="SettingsResetPrompt_Accepted">
+ <owner>alito@chromium.org</owner>
+ <description>The user accepted the settings reset prompt.</description>
+</action>
+
+<action name="SettingsResetPrompt_Declined">
+ <owner>alito@chromium.org</owner>
+ <description>The user declined the settings reset prompt.</description>
+</action>
+
+<action name="SettingsResetPrompt_Shown">
+ <owner>alito@chromium.org</owner>
+ <description>
+ The settings reset dialog was displayed to the user.
+ </description>
+</action>
+
<action name="Shelf_AlignmentSetBottom">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>

Powered by Google App Engine
This is Rietveld 408576698