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

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

Issue 411273006: Incorporate reset button in post-automatic-reset settings-banner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: style nit++ Created 6 years, 5 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 cff550be0273dc0a103130e6b53ed8a03d4faa4a..1e7f9b9740f3e51c854686cb89dd93510aa4f205 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -793,18 +793,30 @@ should be able to be added at any place in this file.
</action>
<action name="AutomaticSettingsReset_WebUIBanner_BannerShown">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
- <description>Please enter the description of this user action.</description>
+ <owner>gab@chromium.org</owner>
+ <description>
+ User opened chrome://settings less than 5 days after a settings hardening
+ event and was automatically shown this banner.
+ </description>
</action>
<action name="AutomaticSettingsReset_WebUIBanner_LearnMoreClicked">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
- <description>Please enter the description of this user action.</description>
+ <owner>gab@chromium.org</owner>
+ <description>
+ User clicked the Learn More link on the AutomaticSettingsReset banner.
+ </description>
</action>
<action name="AutomaticSettingsReset_WebUIBanner_ManuallyClosed">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
- <description>Please enter the description of this user action.</description>
+ <owner>gab@chromium.org</owner>
+ <description>User dismissed the AutomaticSettingsReset banner.</description>
+</action>
+
+<action name="AutomaticSettingsReset_WebUIBanner_ResetClicked">
+ <owner>gab@chromium.org</owner>
+ <description>
+ User clicked the reset button on the AutomaticSettingsReset banner.
+ </description>
</action>
<action name="Back">
« no previous file with comments | « chrome/browser/ui/webui/options/automatic_settings_reset_handler.cc ('k') | tools/metrics/actions/extract_actions.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698