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

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

Issue 2900913002: add UMA metrics for voice interaction entries. (Closed)
Patch Set: address review comments Created 3 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 | « chrome/browser/chromeos/arc/voice_interaction/arc_voice_interaction_framework_service.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 16825 matching lines...) Expand 10 before | Expand all | Expand 10 after
16836 <action name="ViewSource"> 16836 <action name="ViewSource">
16837 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 16837 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
16838 <description>Please enter the description of this user action.</description> 16838 <description>Please enter the description of this user action.</description>
16839 </action> 16839 </action>
16840 16840
16841 <action name="VirtualKeyboardLoaded"> 16841 <action name="VirtualKeyboardLoaded">
16842 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 16842 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
16843 <description>Please enter the description of this user action.</description> 16843 <description>Please enter the description of this user action.</description>
16844 </action> 16844 </action>
16845 16845
16846 <action name="VoiceInteraction.MetalayerStarted.Search_Shift_A">
16847 <owner>muyuanli@chromium.org</owner>
16848 <description>User launched metalayer through Search + Shift + A.</description>
16849 </action>
16850
16851 <action name="VoiceInteraction.Started.AppListButtonLongPress">
16852 <owner>muyuanli@chromium.org</owner>
16853 <description>
16854 User launched voice interaction session through long pressing app list
16855 button.
16856 </description>
16857 </action>
16858
16859 <action name="VoiceInteraction.Started.Search_A">
16860 <owner>muyuanli@chromium.org</owner>
16861 <description>
16862 User launched voice interaction session through Search + A.
16863 </description>
16864 </action>
16865
16866 <action name="VoiceInteraction.Started.Search_Space">
16867 <owner>muyuanli@chromium.org</owner>
16868 <description>
16869 User launched voice interaction session through Search + Space.
16870 </description>
16871 </action>
16872
16846 <action name="WP_EditImage"> 16873 <action name="WP_EditImage">
16847 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 16874 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
16848 <description>Please enter the description of this user action.</description> 16875 <description>Please enter the description of this user action.</description>
16849 </action> 16876 </action>
16850 16877
16851 <action name="WP_Gallery"> 16878 <action name="WP_Gallery">
16852 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 16879 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
16853 <description>Please enter the description of this user action.</description> 16880 <description>Please enter the description of this user action.</description>
16854 </action> 16881 </action>
16855 16882
(...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
17302 <action name="webapps.AddShortcut.Manifest"> 17329 <action name="webapps.AddShortcut.Manifest">
17303 <owner>mlamouri@chromium.org</owner> 17330 <owner>mlamouri@chromium.org</owner>
17304 <description> 17331 <description>
17305 Shortcut added to the homescreen with a valid Manifest. This action will be 17332 Shortcut added to the homescreen with a valid Manifest. This action will be
17306 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 17333 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
17307 to keep a trend of whether the webapp also add meta tags. 17334 to keep a trend of whether the webapp also add meta tags.
17308 </description> 17335 </description>
17309 </action> 17336 </action>
17310 17337
17311 </actions> 17338 </actions>
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/arc/voice_interaction/arc_voice_interaction_framework_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698