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

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

Issue 1315193011: Add use counters for persistent notification interaction. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again 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/notifications/platform_notification_service_impl.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 8577 matching lines...) Expand 10 before | Expand all | Expand 10 after
8588 <description>Please enter the description of this user action.</description> 8588 <description>Please enter the description of this user action.</description>
8589 </action> 8589 </action>
8590 8590
8591 <action name="Notifications.Mute"> 8591 <action name="Notifications.Mute">
8592 <owner>dewittj@chromium.org</owner> 8592 <owner>dewittj@chromium.org</owner>
8593 <description> 8593 <description>
8594 Recorded when a user enables the message center's Do Not Disturb mode. 8594 Recorded when a user enables the message center's Do Not Disturb mode.
8595 </description> 8595 </description>
8596 </action> 8596 </action>
8597 8597
8598 <action name="Notifications.Persistent.Clicked">
8599 <owner>peter@chromium.org</owner>
8600 <description>
8601 Recorded when a persistent notification gets clicked on by the user.
8602 </description>
8603 </action>
8604
8605 <action name="Notifications.Persistent.Closed">
8606 <owner>peter@chromium.org</owner>
8607 <description>
8608 Recorded when a persistent notification gets closed by the user. This does
8609 not always mean that the user didn't click on the notification: both could
8610 be counted if the website doesn't close the notification on click.
8611 </description>
8612 </action>
8613
8614 <action name="Notifications.Persistent.Shown">
8615 <owner>peter@chromium.org</owner>
8616 <description>Recorded when a persistent notification gets shown.</description>
8617 </action>
8618
8598 <action name="Notifications.ShowMessageCenter"> 8619 <action name="Notifications.ShowMessageCenter">
8599 <owner>dewittj@chromium.org</owner> 8620 <owner>dewittj@chromium.org</owner>
8600 <description> 8621 <description>
8601 Recorded when the message center screen is being presented to the user. 8622 Recorded when the message center screen is being presented to the user.
8602 </description> 8623 </description>
8603 </action> 8624 </action>
8604 8625
8605 <action name="Notifications.ShowSettings"> 8626 <action name="Notifications.ShowSettings">
8606 <owner>dewittj@chromium.org</owner> 8627 <owner>dewittj@chromium.org</owner>
8607 <description> 8628 <description>
(...skipping 4294 matching lines...) Expand 10 before | Expand all | Expand 10 after
12902 <action name="webapps.AddShortcut.Manifest"> 12923 <action name="webapps.AddShortcut.Manifest">
12903 <owner>mlamouri@chromium.org</owner> 12924 <owner>mlamouri@chromium.org</owner>
12904 <description> 12925 <description>
12905 Shortcut added to the homescreen with a valid Manifest. This action will be 12926 Shortcut added to the homescreen with a valid Manifest. This action will be
12906 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 12927 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
12907 to keep a trend of whether the webapp also add meta tags. 12928 to keep a trend of whether the webapp also add meta tags.
12908 </description> 12929 </description>
12909 </action> 12930 </action>
12910 12931
12911 </actions> 12932 </actions>
OLDNEW
« no previous file with comments | « chrome/browser/notifications/platform_notification_service_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698