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

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

Issue 28193002: Add a new mobile action count metric for "MobileActionBarShown" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Uploading same patch to workaround problem with the patch set being corrupt. 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
« no previous file with comments | « tools/metrics/actions/chromeactions.txt ('k') | no next file » | 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 4c6e19f40962c90485edec3bbea0164f61fbbc15..3890fc33cd3d3ea4f063b187b4ed1e035c2024f4 100755
--- a/tools/metrics/actions/extract_actions.py
+++ b/tools/metrics/actions/extract_actions.py
@@ -204,6 +204,7 @@ def AddAndroidActions(actions):
actions.add('DataReductionProxy_TurnedOn');
actions.add('DataReductionProxy_TurnedOnFromPromo');
actions.add('DataReductionProxy_TurnedOff');
+ actions.add('MobileActionBarShown')
actions.add('MobileBeamCallbackSuccess')
actions.add('MobileBeamInvalidAppState')
actions.add('MobileBreakpadUploadAttempt')
« no previous file with comments | « tools/metrics/actions/chromeactions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698