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

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

Issue 2800773003: Settings reset prompt: add more UI metrics. (Closed)
Patch Set: Remove interaction_done_ 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 bdae8ad0c5a539bf471c2395d593dd54ad929074..59016f0aac074536487ca7fe70bbe6f025c21143 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -14511,9 +14511,28 @@ should be able to be added at any place in this file.
<description>The user accepted the settings reset prompt.</description>
</action>
+<action name="SettingsResetPrompt_Canceled">
+ <owner>alito@chromium.org</owner>
+ <description>
+ The user clicked the cancel button in the settings reset prompt dialog.
+ </description>
+</action>
+
<action name="SettingsResetPrompt_Declined">
<owner>alito@chromium.org</owner>
<description>The user declined the settings reset prompt.</description>
+ <obsolete>
+ Deprecated in M59 in April 2017 and replaced by SettingsResetPrompt_Canceled
+ and SettingsResetPrompt_Dismissed.
+ </obsolete>
+</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