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

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: Move back the place of the recordCastVideoLength (per offline discussion with fukino@) 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.CastVideoError">
11379 <owner>yoshiki@chromium.org</owner>
11380 <description>
11381 Chrome OS Video Player: the error happens on casting.
Ilya Sherman 2014/12/10 23:29:28 Optional nit: Suggested rephrasing: "An error occu
yoshiki 2014/12/11 03:26:40 Done.
11382 </description>
11383 </action>
11384
11385 <action name="VideoPlayer.OpenVideoPlayer">
11386 <owner>yoshiki@chromium.org</owner>
11387 <description>
11388 Chrome OS Video Player: the user opened the Chrome OS Video Player.
11389 </description>
11390 </action>
11391
11378 <action name="ViewAboutConflicts"> 11392 <action name="ViewAboutConflicts">
11379 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11393 <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> 11394 <description>Please enter the description of this user action.</description>
11381 </action> 11395 </action>
11382 11396
11383 <action name="ViewAboutFlash"> 11397 <action name="ViewAboutFlash">
11384 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11398 <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> 11399 <description>Please enter the description of this user action.</description>
11386 </action> 11400 </action>
11387 11401
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
11782 <action name="webapps.AddShortcut.Manifest"> 11796 <action name="webapps.AddShortcut.Manifest">
11783 <owner>mlamouri@chromium.org</owner> 11797 <owner>mlamouri@chromium.org</owner>
11784 <description> 11798 <description>
11785 Shortcut added to the homescreen with a valid Manifest. This action will be 11799 Shortcut added to the homescreen with a valid Manifest. This action will be
11786 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11800 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11787 to keep a trend of whether the webapp also add meta tags. 11801 to keep a trend of whether the webapp also add meta tags.
11788 </description> 11802 </description>
11789 </action> 11803 </action>
11790 11804
11791 </actions> 11805 </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