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

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

Issue 2936413002: [Media Controls] Add UMA for rotate-to-fullscreen feature (Closed)
Patch Set: Add description 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 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 bdd2f7e69def699ba18202d60df7518958afb18e..17b6b02972235aa4616f26150def1d0693aec899 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -9451,6 +9451,24 @@ should be able to be added at any place in this file.
</description>
</action>
+<action name="Media.Video.RotateToFullscreen.Enter">
+ <owner>johnme@chromium.org</owner>
+ <owner>media-dev@chromium.org</owner>
+ <description>
+ The user entered fullscreen by rotating their device to match the
+ orientation of the video. Is a subset of Media.Controls.EnterFullscreen.
+ </description>
+</action>
+
+<action name="Media.Video.RotateToFullscreen.Exit">
+ <owner>johnme@chromium.org</owner>
+ <owner>media-dev@chromium.org</owner>
+ <description>
+ The user exited fullscreen by rotating their device so it no longer matches
+ the orientation of the video. Is a subset of Media.Controls.ExitFullscreen.
+ </description>
+</action>
+
<action name="MediaContextMenu_Controls">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>

Powered by Google App Engine
This is Rietveld 408576698