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

Side by Side 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, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!-- 1 <!--
2 Copyright 2014 The Chromium Authors. All rights reserved. 2 Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <!-- 7 <!--
8 This file is a comprehensive list of Chrome user actions along with the owner 8 This file is a comprehensive list of Chrome user actions along with the owner
9 and description for each user action. 9 and description for each user action.
10 10
(...skipping 775 matching lines...) Expand 10 before | Expand all | Expand 10 after
786 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 786 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
787 <description>Please enter the description of this user action.</description> 787 <description>Please enter the description of this user action.</description>
788 </action> 788 </action>
789 789
790 <action name="AutomaticReset_WebUIBanner_ResetClicked"> 790 <action name="AutomaticReset_WebUIBanner_ResetClicked">
791 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 791 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
792 <description>Please enter the description of this user action.</description> 792 <description>Please enter the description of this user action.</description>
793 </action> 793 </action>
794 794
795 <action name="AutomaticSettingsReset_WebUIBanner_BannerShown"> 795 <action name="AutomaticSettingsReset_WebUIBanner_BannerShown">
796 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 796 <owner>gab@chromium.org</owner>
797 <description>Please enter the description of this user action.</description> 797 <description>
798 User opened chrome://settings less than 5 days after a settings hardening
799 event and was automatically shown this banner.
800 </description>
798 </action> 801 </action>
799 802
800 <action name="AutomaticSettingsReset_WebUIBanner_LearnMoreClicked"> 803 <action name="AutomaticSettingsReset_WebUIBanner_LearnMoreClicked">
801 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 804 <owner>gab@chromium.org</owner>
802 <description>Please enter the description of this user action.</description> 805 <description>
806 User clicked the Learn More link on the AutomaticSettingsReset banner.
807 </description>
803 </action> 808 </action>
804 809
805 <action name="AutomaticSettingsReset_WebUIBanner_ManuallyClosed"> 810 <action name="AutomaticSettingsReset_WebUIBanner_ManuallyClosed">
806 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 811 <owner>gab@chromium.org</owner>
807 <description>Please enter the description of this user action.</description> 812 <description>User dismissed the AutomaticSettingsReset banner.</description>
813 </action>
814
815 <action name="AutomaticSettingsReset_WebUIBanner_ResetClicked">
816 <owner>gab@chromium.org</owner>
817 <description>
818 User clicked the reset button on the AutomaticSettingsReset banner.
819 </description>
808 </action> 820 </action>
809 821
810 <action name="Back"> 822 <action name="Back">
811 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 823 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
812 <description>Please enter the description of this user action.</description> 824 <description>Please enter the description of this user action.</description>
813 </action> 825 </action>
814 826
815 <action name="BackColor"> 827 <action name="BackColor">
816 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 828 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
817 <description>Please enter the description of this user action.</description> 829 <description>Please enter the description of this user action.</description>
(...skipping 10565 matching lines...) Expand 10 before | Expand all | Expand 10 after
11383 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11395 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11384 <description>Please enter the description of this user action.</description> 11396 <description>Please enter the description of this user action.</description>
11385 </action> 11397 </action>
11386 11398
11387 <action name="webapps.AddShortcut.Bookmark"> 11399 <action name="webapps.AddShortcut.Bookmark">
11388 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11400 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11389 <description>Please enter the description of this user action.</description> 11401 <description>Please enter the description of this user action.</description>
11390 </action> 11402 </action>
11391 11403
11392 </actions> 11404 </actions>
OLDNEW
« 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