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

Side by Side Diff: tools/metrics/actions/actions.xml

Issue 325433002: Elevated install of recovery component (UI part). (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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/common/pref_names.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9731 matching lines...) Expand 10 before | Expand all | Expand 10 after
9742 <action name="PrintView_ZoomPlus"> 9742 <action name="PrintView_ZoomPlus">
9743 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9743 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9744 <description>Please enter the description of this user action.</description> 9744 <description>Please enter the description of this user action.</description>
9745 </action> 9745 </action>
9746 9746
9747 <action name="ProcessSwapBindingsMismatch_RVHM"> 9747 <action name="ProcessSwapBindingsMismatch_RVHM">
9748 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9748 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9749 <description>Please enter the description of this user action.</description> 9749 <description>Please enter the description of this user action.</description>
9750 </action> 9750 </action>
9751 9751
9752 <action name="RecoveryComponentBubble.ElevationAgreed">
9753 <owner>xiaolingbao@chromium.org</owner>
9754 <description>
9755 When user choose Fix button on the recovery component bubble.
9756 </description>
9757 </action>
9758
9759 <action name="RecoveryComponentBubble.ElevationDeclined">
9760 <owner>xiaolingbao@chromium.org</owner>
9761 <description>
9762 When user choose No button on the recovery component bubble.
9763 </description>
9764 </action>
9765
9766 <action name="RecoveryComponentBubble.Ignored">
9767 <owner>xiaolingbao@chromium.org</owner>
9768 <description>When user ignored the recovery component bubble.</description>
9769 </action>
9770
9771 <action name="RecoveryComponentBubble.Show">
9772 <owner>xiaolingbao@chromium.org</owner>
9773 <description>
9774 When the recovery component bubble is shown to user.
9775 </description>
9776 </action>
9777
9752 <action name="Redo"> 9778 <action name="Redo">
9753 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9779 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9754 <description>Please enter the description of this user action.</description> 9780 <description>Please enter the description of this user action.</description>
9755 </action> 9781 </action>
9756 9782
9757 <action name="RegisterProtocolHandler.ContextMenu_Open"> 9783 <action name="RegisterProtocolHandler.ContextMenu_Open">
9758 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9784 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9759 <description>Please enter the description of this user action.</description> 9785 <description>Please enter the description of this user action.</description>
9760 </action> 9786 </action>
9761 9787
(...skipping 1585 matching lines...) Expand 10 before | Expand all | Expand 10 after
11347 <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>
11348 <description>Please enter the description of this user action.</description> 11374 <description>Please enter the description of this user action.</description>
11349 </action> 11375 </action>
11350 11376
11351 <action name="webapps.AddShortcut.Bookmark"> 11377 <action name="webapps.AddShortcut.Bookmark">
11352 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11378 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11353 <description>Please enter the description of this user action.</description> 11379 <description>Please enter the description of this user action.</description>
11354 </action> 11380 </action>
11355 11381
11356 </actions> 11382 </actions>
OLDNEW
« no previous file with comments | « chrome/common/pref_names.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698