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'); |