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

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: 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 774 matching lines...) Expand 10 before | Expand all | Expand 10 after
785 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 785 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
786 <description>Please enter the description of this user action.</description> 786 <description>Please enter the description of this user action.</description>
787 </action> 787 </action>
788 788
789 <action name="AutomaticReset_WebUIBanner_ResetClicked"> 789 <action name="AutomaticReset_WebUIBanner_ResetClicked">
790 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 790 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
791 <description>Please enter the description of this user action.</description> 791 <description>Please enter the description of this user action.</description>
792 </action> 792 </action>
793 793
794 <action name="AutomaticSettingsReset_WebUIBanner_BannerShown"> 794 <action name="AutomaticSettingsReset_WebUIBanner_BannerShown">
795 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 795 <owner>gab@chromium.org</owner>
796 <description>Please enter the description of this user action.</description> 796 <description>
797 User opened chrome://settings less than 5 days after a settings hardening
798 event and was automatically shown this banner.
799 </description>
797 </action> 800 </action>
798 801
799 <action name="AutomaticSettingsReset_WebUIBanner_LearnMoreClicked"> 802 <action name="AutomaticSettingsReset_WebUIBanner_LearnMoreClicked">
800 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 803 <owner>gab@chromium.org</owner>
801 <description>Please enter the description of this user action.</description> 804 <description>
805 User clicked the Learn More link on the AutomaticSettingsReset banner.
806 </description>
802 </action> 807 </action>
803 808
804 <action name="AutomaticSettingsReset_WebUIBanner_ManuallyClosed"> 809 <action name="AutomaticSettingsReset_WebUIBanner_ManuallyClosed">
805 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 810 <owner>gab@chromium.org</owner>
806 <description>Please enter the description of this user action.</description> 811 <description>User dismissed the AutomaticSettingsReset banner.</description>
812 </action>
813
814 <action name="AutomaticSettingsReset_WebUIBanner_ResetClicked">
815 <owner>gab@chromium.org</owner>
816 <description>
817 User clicked the reset button on the AutomaticSettingsReset banner.
818 </description>
807 </action> 819 </action>
808 820
809 <action name="Back"> 821 <action name="Back">
810 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 822 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
811 <description>Please enter the description of this user action.</description> 823 <description>Please enter the description of this user action.</description>
812 </action> 824 </action>
813 825
814 <action name="BackColor"> 826 <action name="BackColor">
815 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 827 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
816 <description>Please enter the description of this user action.</description> 828 <description>Please enter the description of this user action.</description>
(...skipping 10539 matching lines...) Expand 10 before | Expand all | Expand 10 after
11356 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11368 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11357 <description>Please enter the description of this user action.</description> 11369 <description>Please enter the description of this user action.</description>
11358 </action> 11370 </action>
11359 11371
11360 <action name="webapps.AddShortcut.Bookmark"> 11372 <action name="webapps.AddShortcut.Bookmark">
11361 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11373 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11362 <description>Please enter the description of this user action.</description> 11374 <description>Please enter the description of this user action.</description>
11363 </action> 11375 </action>
11364 11376
11365 </actions> 11377 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698