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

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

Issue 2376553002: chromeos: Add Screenshot_Annotate metric. (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « chrome/browser/ui/ash/chrome_screenshot_grabber.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. A user action should be tied to an actual 9 and description for each user action. A user action should be tied to an actual
10 action taken by a user. It should be logged immediately after a user takes the 10 action taken by a user. It should be logged immediately after a user takes the
(...skipping 3733 matching lines...) Expand 10 before | Expand all | Expand 10 after
3744 3744
3745 <action name="DownloadNotification.Button_AlwaysOpenType"> 3745 <action name="DownloadNotification.Button_AlwaysOpenType">
3746 <owner>yoshiki@chromium.org</owner> 3746 <owner>yoshiki@chromium.org</owner>
3747 <description> 3747 <description>
3748 User pushes &quot;Always open type&quot; button on download notification. 3748 User pushes &quot;Always open type&quot; button on download notification.
3749 </description> 3749 </description>
3750 </action> 3750 </action>
3751 3751
3752 <action name="DownloadNotification.Button_Annotate"> 3752 <action name="DownloadNotification.Button_Annotate">
3753 <owner>derat@chromium.org</owner> 3753 <owner>derat@chromium.org</owner>
3754 <owner>jdufault@chromium.org</owner>
3755 <owner>tbuckley@chromium.org</owner>
3754 <description> 3756 <description>
3755 User pushes &quot;Annotate&quot; button on download notification. 3757 User pushes &quot;Annotate&quot; button on download notification.
3756 </description> 3758 </description>
3757 </action> 3759 </action>
3758 3760
3759 <action name="DownloadNotification.Button_Cancel"> 3761 <action name="DownloadNotification.Button_Cancel">
3760 <owner>yoshiki@chromium.org</owner> 3762 <owner>yoshiki@chromium.org</owner>
3761 <description> 3763 <description>
3762 User pushes &quot;Cancel&quot; button on download notification. 3764 User pushes &quot;Cancel&quot; button on download notification.
3763 </description> 3765 </description>
(...skipping 9717 matching lines...) Expand 10 before | Expand all | Expand 10 after
13481 <action name="ScreenLocker_Signout"> 13483 <action name="ScreenLocker_Signout">
13482 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13484 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13483 <description>Please enter the description of this user action.</description> 13485 <description>Please enter the description of this user action.</description>
13484 </action> 13486 </action>
13485 13487
13486 <action name="ScreenLocker_StartScreenSaver"> 13488 <action name="ScreenLocker_StartScreenSaver">
13487 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13489 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13488 <description>Please enter the description of this user action.</description> 13490 <description>Please enter the description of this user action.</description>
13489 </action> 13491 </action>
13490 13492
13493 <action name="Screenshot_Annotate">
13494 <owner>derat@chromium.org</owner>
13495 <owner>jdufault@chromium.org</owner>
13496 <owner>tbuckley@chromium.org</owner>
13497 <description>
13498 User clicks the &quot;Annotate&quot; button in the notification displayed
13499 after taking a screenshot.
13500 </description>
13501 </action>
13502
13491 <action name="Screenshot_CopyClipboard"> 13503 <action name="Screenshot_CopyClipboard">
13492 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13504 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13493 <description>Please enter the description of this user action.</description> 13505 <description>Please enter the description of this user action.</description>
13494 </action> 13506 </action>
13495 13507
13496 <action name="Screenshot_TakeFull"> 13508 <action name="Screenshot_TakeFull">
13497 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13509 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13498 <description>Please enter the description of this user action.</description> 13510 <description>Please enter the description of this user action.</description>
13499 </action> 13511 </action>
13500 13512
(...skipping 2309 matching lines...) Expand 10 before | Expand all | Expand 10 after
15810 <action name="webapps.AddShortcut.Manifest"> 15822 <action name="webapps.AddShortcut.Manifest">
15811 <owner>mlamouri@chromium.org</owner> 15823 <owner>mlamouri@chromium.org</owner>
15812 <description> 15824 <description>
15813 Shortcut added to the homescreen with a valid Manifest. This action will be 15825 Shortcut added to the homescreen with a valid Manifest. This action will be
15814 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15826 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15815 to keep a trend of whether the webapp also add meta tags. 15827 to keep a trend of whether the webapp also add meta tags.
15816 </description> 15828 </description>
15817 </action> 15829 </action>
15818 15830
15819 </actions> 15831 </actions>
OLDNEW
« no previous file with comments | « chrome/browser/ui/ash/chrome_screenshot_grabber.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698