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

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: Update histogram description Created 7 years, 1 month 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 | « tools/metrics/actions/chromeactions.txt ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/actions/extract_actions.py
diff --git a/tools/metrics/actions/extract_actions.py b/tools/metrics/actions/extract_actions.py
index 2dd62bf99ae46a30ea4c79ff046269acbb445bae..e96a5db7886d6f23ce01b316842b48fc318a72ec 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');
« no previous file with comments | « tools/metrics/actions/chromeactions.txt ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698