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

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

Issue 1423683002: [Media Router] Add P1 UMA metrics for Media Router. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes per isherman@'s comments. 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
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 7685 matching lines...) Expand 10 before | Expand all | Expand 10 after
7696 </description> 7696 </description>
7697 </action> 7697 </action>
7698 7698
7699 <action name="MediaIndicatorButton_Unmute"> 7699 <action name="MediaIndicatorButton_Unmute">
7700 <owner>miu@chromium.org</owner> 7700 <owner>miu@chromium.org</owner>
7701 <description> 7701 <description>
7702 User clicked the tab media indicator button to unmute the tab. 7702 User clicked the tab media indicator button to unmute the tab.
7703 </description> 7703 </description>
7704 </action> 7704 </action>
7705 7705
7706 <action name="MediaRouter_Icon_Click">
7707 <owner>apacible@chromium.org</owner>
7708 <description>
7709 User clicked the MediaRouterAction icon, also known as Cast icon, to open
7710 the Media Router dialog.
7711 </description>
7712 </action>
7713
7706 <action name="Menu_Take_Screenshot"> 7714 <action name="Menu_Take_Screenshot">
7707 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7715 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7708 <description>Please enter the description of this user action.</description> 7716 <description>Please enter the description of this user action.</description>
7709 </action> 7717 </action>
7710 7718
7711 <action name="MinButton_Clk"> 7719 <action name="MinButton_Clk">
7712 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7720 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7713 <description>Please enter the description of this user action.</description> 7721 <description>Please enter the description of this user action.</description>
7714 </action> 7722 </action>
7715 7723
(...skipping 5339 matching lines...) Expand 10 before | Expand all | Expand 10 after
13055 <action name="webapps.AddShortcut.Manifest"> 13063 <action name="webapps.AddShortcut.Manifest">
13056 <owner>mlamouri@chromium.org</owner> 13064 <owner>mlamouri@chromium.org</owner>
13057 <description> 13065 <description>
13058 Shortcut added to the homescreen with a valid Manifest. This action will be 13066 Shortcut added to the homescreen with a valid Manifest. This action will be
13059 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 13067 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
13060 to keep a trend of whether the webapp also add meta tags. 13068 to keep a trend of whether the webapp also add meta tags.
13061 </description> 13069 </description>
13062 </action> 13070 </action>
13063 13071
13064 </actions> 13072 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698