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

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

Issue 133483003: Add one extra UMA for video casting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 84ddbdb084ffdd7f3afab0523ef02fae8aa5c5ee..7c075b4083e95effdeee602f786c8ddf29f8873c 100755
--- a/tools/metrics/actions/extract_actions.py
+++ b/tools/metrics/actions/extract_actions.py
@@ -200,10 +200,11 @@ 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_CastEnterFullscreen');
+ actions.add('Cast_Sender_CastMediaType');
actions.add('Cast_Sender_CastPlayRequested');
+ actions.add('Cast_Sender_YouTubeDeviceSelected');
actions.add('DataReductionProxy_PromoDisplayed');
actions.add('DataReductionProxy_PromoLearnMore');
actions.add('DataReductionProxy_TurnedOn');

Powered by Google App Engine
This is Rietveld 408576698