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

Unified Diff: tools/metrics/actions/actions.xml

Issue 2900913002: add UMA metrics for voice interaction entries. (Closed)
Patch Set: address review comments 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index bd2d78f7d107f917bf250d6a50499e977f4e4121..263099fa9e10974d0ff34ff18752f9e171ff3d84 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -16843,6 +16843,33 @@ should be able to be added at any place in this file.
<description>Please enter the description of this user action.</description>
</action>
+<action name="VoiceInteraction.MetalayerStarted.Search_Shift_A">
+ <owner>muyuanli@chromium.org</owner>
+ <description>User launched metalayer through Search + Shift + A.</description>
+</action>
+
+<action name="VoiceInteraction.Started.AppListButtonLongPress">
+ <owner>muyuanli@chromium.org</owner>
+ <description>
+ User launched voice interaction session through long pressing app list
+ button.
+ </description>
+</action>
+
+<action name="VoiceInteraction.Started.Search_A">
+ <owner>muyuanli@chromium.org</owner>
+ <description>
+ User launched voice interaction session through Search + A.
+ </description>
+</action>
+
+<action name="VoiceInteraction.Started.Search_Space">
+ <owner>muyuanli@chromium.org</owner>
+ <description>
+ User launched voice interaction session through Search + Space.
+ </description>
+</action>
+
<action name="WP_EditImage">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
« 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