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

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: Created 5 years, 3 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 8564 matching lines...) Expand 10 before | Expand all | Expand 10 after
8575 <description>Please enter the description of this user action.</description> 8575 <description>Please enter the description of this user action.</description>
8576 </action> 8576 </action>
8577 8577
8578 <action name="Notifications.Mute"> 8578 <action name="Notifications.Mute">
8579 <owner>dewittj@chromium.org</owner> 8579 <owner>dewittj@chromium.org</owner>
8580 <description> 8580 <description>
8581 Recorded when a user enables the message center's Do Not Disturb mode. 8581 Recorded when a user enables the message center's Do Not Disturb mode.
8582 </description> 8582 </description>
8583 </action> 8583 </action>
8584 8584
8585 <action name="Notifications.Persistent.Clicked">
8586 <owner>peter@chromium.org</owner>
8587 <description>
8588 Recorded when a persistent notification gets clicked on by the user.
8589 </description>
8590 </action>
8591
8592 <action name="Notifications.Persistent.Closed">
8593 <owner>peter@chromium.org</owner>
8594 <description>
8595 Recorded when a persistent notification gets closed by the user. Note that
8596 this is not mutually exclusive with clicked notifications if the website
8597 does not close the notification on click.
Ilya Sherman 2015/09/01 23:02:53 This sentence confuses me. If a website does clos
Peter Beverloo 2015/09/02 12:48:06 This is about user-initiated responses, so then on
8598 </description>
8599 </action>
8600
8601 <action name="Notifications.Persistent.Shown">
8602 <owner>peter@chromium.org</owner>
8603 <description>Recorded when a persistent notification gets shown.</description>
8604 </action>
8605
8585 <action name="Notifications.ShowMessageCenter"> 8606 <action name="Notifications.ShowMessageCenter">
8586 <owner>dewittj@chromium.org</owner> 8607 <owner>dewittj@chromium.org</owner>
8587 <description> 8608 <description>
8588 Recorded when the message center screen is being presented to the user. 8609 Recorded when the message center screen is being presented to the user.
8589 </description> 8610 </description>
8590 </action> 8611 </action>
8591 8612
8592 <action name="Notifications.ShowSettings"> 8613 <action name="Notifications.ShowSettings">
8593 <owner>dewittj@chromium.org</owner> 8614 <owner>dewittj@chromium.org</owner>
8594 <description> 8615 <description>
(...skipping 4134 matching lines...) Expand 10 before | Expand all | Expand 10 after
12729 <action name="webapps.AddShortcut.Manifest"> 12750 <action name="webapps.AddShortcut.Manifest">
12730 <owner>mlamouri@chromium.org</owner> 12751 <owner>mlamouri@chromium.org</owner>
12731 <description> 12752 <description>
12732 Shortcut added to the homescreen with a valid Manifest. This action will be 12753 Shortcut added to the homescreen with a valid Manifest. This action will be
12733 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 12754 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
12734 to keep a trend of whether the webapp also add meta tags. 12755 to keep a trend of whether the webapp also add meta tags.
12735 </description> 12756 </description>
12736 </action> 12757 </action>
12737 12758
12738 </actions> 12759 </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