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

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

Issue 1169833006: Add metrics for when a cast is started or stopped from the system tray. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Address nit Created 5 years, 6 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 | « ash/system/cast/tray_cast.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. 9 and description for each user action.
10 10
(...skipping 11325 matching lines...) Expand 10 before | Expand all | Expand 10 after
11336 11336
11337 <action name="StatusArea_Cast_Detailed"> 11337 <action name="StatusArea_Cast_Detailed">
11338 <owner>jdufault@chromium.org</owner> 11338 <owner>jdufault@chromium.org</owner>
11339 <description> 11339 <description>
11340 Counts the number of times the user has clicked on the &quot;Cast desktop 11340 Counts the number of times the user has clicked on the &quot;Cast desktop
11341 to&quot; status tray item and is now in the detail view to select a cast 11341 to&quot; status tray item and is now in the detail view to select a cast
11342 receiver. 11342 receiver.
11343 </description> 11343 </description>
11344 </action> 11344 </action>
11345 11345
11346 <action name="StatusArea_Cast_Detailed_Launch_Cast">
11347 <owner>jdufault@chromium.org</owner>
11348 <description>
11349 Counts the number of times the user has initiated a cast from the system
11350 tray. This does not mean the cast has actually begun, as the user still has
11351 to select what to cast (ie, the desktop or a tab) and they may cancel the
11352 process.
11353 </description>
11354 </action>
11355
11356 <action name="StatusArea_Cast_StopCast">
11357 <owner>jdufault@chromium.org</owner>
11358 <description>
11359 Counts the number of times the user has stopped a cast from the system tray.
11360 </description>
11361 </action>
11362
11346 <action name="StatusArea_Drive_CancelOperation"> 11363 <action name="StatusArea_Drive_CancelOperation">
11347 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11364 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11348 <description>Please enter the description of this user action.</description> 11365 <description>Please enter the description of this user action.</description>
11349 </action> 11366 </action>
11350 11367
11351 <action name="StatusArea_Drive_Detailed"> 11368 <action name="StatusArea_Drive_Detailed">
11352 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11369 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11353 <description>Please enter the description of this user action.</description> 11370 <description>Please enter the description of this user action.</description>
11354 </action> 11371 </action>
11355 11372
(...skipping 1103 matching lines...) Expand 10 before | Expand all | Expand 10 after
12459 <action name="webapps.AddShortcut.Manifest"> 12476 <action name="webapps.AddShortcut.Manifest">
12460 <owner>mlamouri@chromium.org</owner> 12477 <owner>mlamouri@chromium.org</owner>
12461 <description> 12478 <description>
12462 Shortcut added to the homescreen with a valid Manifest. This action will be 12479 Shortcut added to the homescreen with a valid Manifest. This action will be
12463 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 12480 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
12464 to keep a trend of whether the webapp also add meta tags. 12481 to keep a trend of whether the webapp also add meta tags.
12465 </description> 12482 </description>
12466 </action> 12483 </action>
12467 12484
12468 </actions> 12485 </actions>
OLDNEW
« no previous file with comments | « ash/system/cast/tray_cast.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698