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

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

Issue 2800773003: Settings reset prompt: add more UI metrics. (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « chrome/browser/ui/views/settings_reset_prompt_dialog.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index 91a7f4545bebf889b1f6ec9fdb7a22a1a52c0c7c..41511477ac40058b2d5568c48972855772352420 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -14484,7 +14484,17 @@ should be able to be added at any place in this file.
<action name="SettingsResetPrompt_Declined">
csharp 2017/04/07 18:23:28 As discussed, probably worth deprecating this and
alito 2017/04/07 19:58:58 Done.
<owner>alito@chromium.org</owner>
- <description>The user declined the settings reset prompt.</description>
+ <description>
+ The user clicked the cancel button in the settings reset prompt dialog.
+ </description>
+</action>
+
+<action name="SettingsResetPrompt_Dismissed">
+ <owner>alito@chromium.org</owner>
+ <description>
+ The user dismissed the settings reset prompt, for example by clicking the x
+ in the top right corner or pressing the Escape key.
+ </description>
</action>
<action name="SettingsResetPrompt_Shown">
« no previous file with comments | « chrome/browser/ui/views/settings_reset_prompt_dialog.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698