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

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

Issue 1333323002: Add UMA metrics for the frequency of closing dangerous download notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Keeping changes of metrics for recording action only. Created 5 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/download/notification/download_item_notification.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 immediatly after a user takes the 10 action taken by a user. It should be logged immediatly after a user takes the
(...skipping 2905 matching lines...) Expand 10 before | Expand all | Expand 10 after
2916 </action> 2916 </action>
2917 2917
2918 <action name="DownloadNotification.Click_Stopped"> 2918 <action name="DownloadNotification.Click_Stopped">
2919 <owner>yoshiki@chromium.org</owner> 2919 <owner>yoshiki@chromium.org</owner>
2920 <description> 2920 <description>
2921 User pushes a download notification, which indicates a cancelled or 2921 User pushes a download notification, which indicates a cancelled or
2922 interrupted download. 2922 interrupted download.
2923 </description> 2923 </description>
2924 </action> 2924 </action>
2925 2925
2926 <action name="DownloadNotification.Close_Dangerous">
2927 <owner>yoshiki@chromium.org</owner>
2928 <owner>deepak.m1@samsung.com</owner>
2929 <description>
2930 User closed a download notification, which indicates a dangerous download.
2931 </description>
2932 </action>
2933
2926 <action name="Duplicate"> 2934 <action name="Duplicate">
2927 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2935 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2928 <description>Please enter the description of this user action.</description> 2936 <description>Please enter the description of this user action.</description>
2929 </action> 2937 </action>
2930 2938
2931 <action name="EasyUnlock_Enabled_Disable"> 2939 <action name="EasyUnlock_Enabled_Disable">
2932 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2940 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2933 <description>Please enter the description of the metric.</description> 2941 <description>Please enter the description of the metric.</description>
2934 </action> 2942 </action>
2935 2943
(...skipping 9888 matching lines...) Expand 10 before | Expand all | Expand 10 after
12824 <action name="webapps.AddShortcut.Manifest"> 12832 <action name="webapps.AddShortcut.Manifest">
12825 <owner>mlamouri@chromium.org</owner> 12833 <owner>mlamouri@chromium.org</owner>
12826 <description> 12834 <description>
12827 Shortcut added to the homescreen with a valid Manifest. This action will be 12835 Shortcut added to the homescreen with a valid Manifest. This action will be
12828 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 12836 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
12829 to keep a trend of whether the webapp also add meta tags. 12837 to keep a trend of whether the webapp also add meta tags.
12830 </description> 12838 </description>
12831 </action> 12839 </action>
12832 12840
12833 </actions> 12841 </actions>
OLDNEW
« no previous file with comments | « chrome/browser/download/notification/download_item_notification.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698