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

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

Issue 1422193003: UMA for Notification action buttons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
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 8656 matching lines...) Expand 10 before | Expand all | Expand 10 after
8667 <action name="Notifications.Mute"> 8667 <action name="Notifications.Mute">
8668 <owner>dewittj@chromium.org</owner> 8668 <owner>dewittj@chromium.org</owner>
8669 <description> 8669 <description>
8670 Recorded when a user enables the message center's Do Not Disturb mode. 8670 Recorded when a user enables the message center's Do Not Disturb mode.
8671 </description> 8671 </description>
8672 </action> 8672 </action>
8673 8673
8674 <action name="Notifications.Persistent.Clicked"> 8674 <action name="Notifications.Persistent.Clicked">
8675 <owner>peter@chromium.org</owner> 8675 <owner>peter@chromium.org</owner>
8676 <description> 8676 <description>
8677 Recorded when a persistent notification gets clicked on by the user. 8677 Recorded when the main body of a persistent notification gets clicked on by
8678 the user (does not include action buttons).
8678 </description> 8679 </description>
8679 </action> 8680 </action>
8680 8681
8682 <action name="Notifications.Persistent.ClickedActionButton">
8683 <owner>peter@chromium.org</owner>
8684 <description>
8685 Recorded when one of a persistent notification's action buttons gets clicked
8686 on by the user.
8687 </description>
8688 </action>
8689
8681 <action name="Notifications.Persistent.Closed"> 8690 <action name="Notifications.Persistent.Closed">
8682 <owner>peter@chromium.org</owner> 8691 <owner>peter@chromium.org</owner>
8683 <description> 8692 <description>
8684 Recorded when a persistent notification gets closed, either programmatically 8693 Recorded when a persistent notification gets closed, either programmatically
8685 or by the user. 8694 or by the user.
8686 </description> 8695 </description>
8687 <obsolete> 8696 <obsolete>
8688 Deprecated 10/2015. Replaced by Notifications.Persistent.ClosedByUser and 8697 Deprecated 10/2015. Replaced by Notifications.Persistent.ClosedByUser and
8689 Notifications.Persistent.ClosedProgrammatically. 8698 Notifications.Persistent.ClosedProgrammatically.
8690 </obsolete> 8699 </obsolete>
(...skipping 4375 matching lines...) Expand 10 before | Expand all | Expand 10 after
13066 <action name="webapps.AddShortcut.Manifest"> 13075 <action name="webapps.AddShortcut.Manifest">
13067 <owner>mlamouri@chromium.org</owner> 13076 <owner>mlamouri@chromium.org</owner>
13068 <description> 13077 <description>
13069 Shortcut added to the homescreen with a valid Manifest. This action will be 13078 Shortcut added to the homescreen with a valid Manifest. This action will be
13070 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 13079 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
13071 to keep a trend of whether the webapp also add meta tags. 13080 to keep a trend of whether the webapp also add meta tags.
13072 </description> 13081 </description>
13073 </action> 13082 </action>
13074 13083
13075 </actions> 13084 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698