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

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

Issue 2867093005: Add UMA metrics to track user action sequence in VR (Closed)
Patch Set: uncomment assert Created 3 years, 7 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. 9 and description for each user action.
10 10
(...skipping 16436 matching lines...) Expand 10 before | Expand all | Expand 10 after
16447 16447
16448 <action name="UserManager_Cleared_Legacy_User_Prefs"> 16448 <action name="UserManager_Cleared_Legacy_User_Prefs">
16449 <owner>mahmadi@chromium.org</owner> 16449 <owner>mahmadi@chromium.org</owner>
16450 <description> 16450 <description>
16451 Recorded when prefs::kBrowserGuestModeEnabled and 16451 Recorded when prefs::kBrowserGuestModeEnabled and
16452 prefs::kBrowserAddPersonEnabled are cleared because they no longer exist in 16452 prefs::kBrowserAddPersonEnabled are cleared because they no longer exist in
16453 the Material Design settings page. 16453 the Material Design settings page.
16454 </description> 16454 </description>
16455 </action> 16455 </action>
16456 16456
16457 <action name="VR.DOFF">
16458 <owner>billorr@chromium.org</owner>
16459 <description>
16460 The user has successfully completed the VR DOFF flow.
16461 </description>
16462 </action>
16463
16464 <action name="VR.DON">
16465 <owner>billorr@chromium.org</owner>
16466 <description>
16467 The user has successfully completed the VR DON flow.
16468 </description>
16469 </action>
16470
16471 <action name="VR.WebVR.StopPresenting">
16472 <owner>billorr@chromium.org</owner>
16473 <description>The user (or site) has stopped WebVR presentation.</description>
16474 </action>
16475
16476 <action name="VR.WebVR.requestPresent">
16477 <owner>billorr@chromium.org</owner>
16478 <description>The user has initiated WebVR presentation.</description>
16479 </action>
16480
16457 <action name="VideoPlayer.CastVideoError"> 16481 <action name="VideoPlayer.CastVideoError">
16458 <owner>yoshiki@chromium.org</owner> 16482 <owner>yoshiki@chromium.org</owner>
16459 <description> 16483 <description>
16460 Chrome OS Video Player: an error occurred upon casting. 16484 Chrome OS Video Player: an error occurred upon casting.
16461 </description> 16485 </description>
16462 </action> 16486 </action>
16463 16487
16464 <action name="VideoPlayer.OpenVideoPlayer"> 16488 <action name="VideoPlayer.OpenVideoPlayer">
16465 <owner>yoshiki@chromium.org</owner> 16489 <owner>yoshiki@chromium.org</owner>
16466 <description> 16490 <description>
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
16952 <action name="webapps.AddShortcut.Manifest"> 16976 <action name="webapps.AddShortcut.Manifest">
16953 <owner>mlamouri@chromium.org</owner> 16977 <owner>mlamouri@chromium.org</owner>
16954 <description> 16978 <description>
16955 Shortcut added to the homescreen with a valid Manifest. This action will be 16979 Shortcut added to the homescreen with a valid Manifest. This action will be
16956 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16980 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16957 to keep a trend of whether the webapp also add meta tags. 16981 to keep a trend of whether the webapp also add meta tags.
16958 </description> 16982 </description>
16959 </action> 16983 </action>
16960 16984
16961 </actions> 16985 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698