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

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: 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 09901ae3f5f1edf384f870fbf004a59c413862b2..b4f10aff8712c396b6ca8305767e83db418fd340 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -792,18 +792,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">

Powered by Google App Engine
This is Rietveld 408576698