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

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

Issue 760853003: Adds histograms for casting feature of Video Player (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Modify the description of the histogram 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
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 11357 matching lines...) Expand 10 before | Expand all | Expand 10 after
11368 <description>Please enter the description of this user action.</description> 11368 <description>Please enter the description of this user action.</description>
11369 <obsolete>Removed from codebase; see GoogleUpdate.UpgradeResult.</obsolete> 11369 <obsolete>Removed from codebase; see GoogleUpdate.UpgradeResult.</obsolete>
11370 </action> 11370 </action>
11371 11371
11372 <action name="Upgrade_Started"> 11372 <action name="Upgrade_Started">
11373 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11373 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11374 <description>Please enter the description of this user action.</description> 11374 <description>Please enter the description of this user action.</description>
11375 <obsolete>Removed from codebase; see GoogleUpdate.UpgradeResult.</obsolete> 11375 <obsolete>Removed from codebase; see GoogleUpdate.UpgradeResult.</obsolete>
11376 </action> 11376 </action>
11377 11377
11378 <action name="VideoPlayer.NumberOfCastDevice">
11379 <owner>yoshiki@chromium.org</owner>
11380 <description>Chrome OS Video Player: the number of cast devices.</description>
11381 </action>
Ilya Sherman 2014/12/09 01:57:48 This sounds like it should be a histogram rather t
yoshiki 2014/12/10 03:20:50 Sorry, that was my mistake. I added NumberOfCastDe
11382
11383 <action name="VideoPlayer.OpenVideoPlayer">
11384 <owner>yoshiki@chromium.org</owner>
11385 <description>
11386 Chrome OS Video Player: this is recorded when user opens video player.
Ilya Sherman 2014/12/09 01:57:48 Optional nit: I'd rephrase slightly as: "The user
yoshiki 2014/12/10 03:20:50 Thanks for guidance! Done.
11387 </description>
11388 </action>
11389
11378 <action name="ViewAboutConflicts"> 11390 <action name="ViewAboutConflicts">
11379 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11391 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11380 <description>Please enter the description of this user action.</description> 11392 <description>Please enter the description of this user action.</description>
11381 </action> 11393 </action>
11382 11394
11383 <action name="ViewAboutFlash"> 11395 <action name="ViewAboutFlash">
11384 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11396 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11385 <description>Please enter the description of this user action.</description> 11397 <description>Please enter the description of this user action.</description>
11386 </action> 11398 </action>
11387 11399
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
11782 <action name="webapps.AddShortcut.Manifest"> 11794 <action name="webapps.AddShortcut.Manifest">
11783 <owner>mlamouri@chromium.org</owner> 11795 <owner>mlamouri@chromium.org</owner>
11784 <description> 11796 <description>
11785 Shortcut added to the homescreen with a valid Manifest. This action will be 11797 Shortcut added to the homescreen with a valid Manifest. This action will be
11786 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11798 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11787 to keep a trend of whether the webapp also add meta tags. 11799 to keep a trend of whether the webapp also add meta tags.
11788 </description> 11800 </description>
11789 </action> 11801 </action>
11790 11802
11791 </actions> 11803 </actions>
OLDNEW
« no previous file with comments | « no previous file | tools/metrics/histograms/histograms.xml » ('j') | tools/metrics/histograms/histograms.xml » ('J')

Powered by Google App Engine
This is Rietveld 408576698