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

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

Issue 2370233002: Record clicks on download and overflow buttons in media controls. (Closed)
Patch Set: Created 4 years, 3 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 | « third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp ('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 11e5c7e632962fa807c7efa538a419ac930937af..5ce9c478e0c981292fd58e8aef97913bc65fec04 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -8651,6 +8651,11 @@ should be able to be added at any place in this file.
</description>
</action>
+<action name="Media.Controls.Download">
+ <owner>mlamouri@chromium.org</owner>
+ <description>The user clicked on the controls' download button.</description>
+</action>
+
<action name="Media.Controls.EnterFullscreen">
<owner>mlamouri@chromium.org</owner>
<description>The user entered fullscreen mode from the controls.</description>
@@ -8666,6 +8671,16 @@ should be able to be added at any place in this file.
<description>The user muted a media element from the controls.</description>
</action>
+<action name="Media.Controls.OverflowClose">
+ <owner>mlamouri@chromium.org</owner>
+ <description>The user closed the overflow menu via the controls.</description>
+</action>
+
+<action name="Media.Controls.OverflowOpen">
+ <owner>mlamouri@chromium.org</owner>
+ <description>The user opened the overflow menu via the controls.</description>
+</action>
+
<action name="Media.Controls.Pause">
<owner>mlamouri@chromium.org</owner>
<description>The user paused a media element from the controls.</description>
« no previous file with comments | « third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698