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

Unified Diff: tools/metrics/actions/extract_actions.py

Issue 55193003: Add UMAs for video casting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed stray MediaPlayerBridge changes Created 7 years, 2 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/extract_actions.py
diff --git a/tools/metrics/actions/extract_actions.py b/tools/metrics/actions/extract_actions.py
index ed74f3b22cad487615e3c0439818d01b193888b4..43f885bb0ff174b8425ca659fff60ff29d230482 100755
--- a/tools/metrics/actions/extract_actions.py
+++ b/tools/metrics/actions/extract_actions.py
@@ -199,6 +199,10 @@ def AddAndroidActions(actions):
Arguments
actions: set of actions to add to.
"""
+ actions.add('Cast_Sender_CastEnterFullscreen');
+ actions.add('Cast_Sender_CastDeviceSelected');
+ actions.add('Cast_Sender_YouTubeDeviceSelected');
+ actions.add('Cast_Sender_CastPlayRequested');
actions.add('DataReductionProxy_PromoDisplayed');
actions.add('DataReductionProxy_PromoLearnMore');
actions.add('DataReductionProxy_TurnedOn');

Powered by Google App Engine
This is Rietveld 408576698