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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index f6914c723a45c8d12b7cb3cd30fc3bb42b2aac50..bc403d466f55d297291c76f819a9091689543996 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -16454,6 +16454,30 @@ should be able to be added at any place in this file.
</description>
</action>
+<action name="VR.DOFF">
+ <owner>billorr@chromium.org</owner>
+ <description>
+ The user has successfully completed the VR DOFF flow.
+ </description>
+</action>
+
+<action name="VR.DON">
+ <owner>billorr@chromium.org</owner>
+ <description>
+ The user has successfully completed the VR DON flow.
+ </description>
+</action>
+
+<action name="VR.WebVR.StopPresenting">
+ <owner>billorr@chromium.org</owner>
+ <description>The user (or site) has stopped WebVR presentation.</description>
+</action>
+
+<action name="VR.WebVR.requestPresent">
+ <owner>billorr@chromium.org</owner>
+ <description>The user has initiated WebVR presentation.</description>
+</action>
+
<action name="VideoPlayer.CastVideoError">
<owner>yoshiki@chromium.org</owner>
<description>

Powered by Google App Engine
This is Rietveld 408576698