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

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

Issue 806163003: Adds histograms for casting feature of Video Player Base URL: https://chromium.googlesource.com/chromium/src.git@2214
Patch Set: Created 6 years 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 | « no previous file | tools/metrics/histograms/histograms.xml » ('j') | 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. 9 and description for each user action.
10 10
(...skipping 11235 matching lines...) Expand 10 before | Expand all | Expand 10 after
11246 <description>Please enter the description of this user action.</description> 11246 <description>Please enter the description of this user action.</description>
11247 <obsolete>Removed from codebase; see GoogleUpdate.UpgradeResult.</obsolete> 11247 <obsolete>Removed from codebase; see GoogleUpdate.UpgradeResult.</obsolete>
11248 </action> 11248 </action>
11249 11249
11250 <action name="Upgrade_Started"> 11250 <action name="Upgrade_Started">
11251 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11251 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11252 <description>Please enter the description of this user action.</description> 11252 <description>Please enter the description of this user action.</description>
11253 <obsolete>Removed from codebase; see GoogleUpdate.UpgradeResult.</obsolete> 11253 <obsolete>Removed from codebase; see GoogleUpdate.UpgradeResult.</obsolete>
11254 </action> 11254 </action>
11255 11255
11256 <action name="VideoPlayer.CastVideoError">
11257 <owner>yoshiki@chromium.org</owner>
11258 <description>
11259 Chrome OS Video Player: an error occurred upon casting.
11260 </description>
11261 </action>
11262
11263 <action name="VideoPlayer.OpenVideoPlayer">
11264 <owner>yoshiki@chromium.org</owner>
11265 <description>
11266 Chrome OS Video Player: the user opened the Chrome OS Video Player.
11267 </description>
11268 </action>
11269
11256 <action name="ViewAboutConflicts"> 11270 <action name="ViewAboutConflicts">
11257 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11271 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11258 <description>Please enter the description of this user action.</description> 11272 <description>Please enter the description of this user action.</description>
11259 </action> 11273 </action>
11260 11274
11261 <action name="ViewAboutFlash"> 11275 <action name="ViewAboutFlash">
11262 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11276 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11263 <description>Please enter the description of this user action.</description> 11277 <description>Please enter the description of this user action.</description>
11264 </action> 11278 </action>
11265 11279
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
11660 <action name="webapps.AddShortcut.Manifest"> 11674 <action name="webapps.AddShortcut.Manifest">
11661 <owner>mlamouri@chromium.org</owner> 11675 <owner>mlamouri@chromium.org</owner>
11662 <description> 11676 <description>
11663 Shortcut added to the homescreen with a valid Manifest. This action will be 11677 Shortcut added to the homescreen with a valid Manifest. This action will be
11664 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11678 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11665 to keep a trend of whether the webapp also add meta tags. 11679 to keep a trend of whether the webapp also add meta tags.
11666 </description> 11680 </description>
11667 </action> 11681 </action>
11668 11682
11669 </actions> 11683 </actions>
OLDNEW
« no previous file with comments | « no previous file | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698