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

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, 11 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 | « 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 1a4893d045be878ba3353725b4a05d9855412b96..e03f74b1310be373586812f4a6c30a702ff187fe 100755
--- a/tools/metrics/actions/extract_actions.py
+++ b/tools/metrics/actions/extract_actions.py
@@ -210,6 +210,7 @@ def AddAndroidActions(actions):
actions.add('Cast_Sender_CastDeviceSelected');
actions.add('Cast_Sender_YouTubeDeviceSelected');
xhwang 2014/01/31 20:04:39 can you help fix the order here?
Miguel Garcia 2014/02/03 09:56:18 Done.
actions.add('Cast_Sender_CastPlayRequested');
+ actions.add('Cast_Sender_CastMediaType');
xhwang 2014/01/31 20:04:39 I believe these actions are added in lexicographic
Miguel Garcia 2014/02/03 09:56:18 Done.
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