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

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

Issue 22602004: [Android] Added UMA for using popup menu (hw/sw button, dragging/tapping) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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 a1ea21363eac7950c72ce15eef0024f34bdb1807..23f128e566b9e3a975200095f4979889093b4647 100755
--- a/tools/metrics/actions/extract_actions.py
+++ b/tools/metrics/actions/extract_actions.py
@@ -270,6 +270,10 @@ def AddAndroidActions(actions):
actions.add('MobileToolbarShowStackView')
actions.add('MobileToolbarStackViewNewTab')
actions.add('MobileToolbarToggleBookmark')
+ actions.add('MobileUsingMenuByHwButtonDragging')
+ actions.add('MobileUsingMenuByHwButtonTap')
+ actions.add('MobileUsingMenuBySwButtonDragging')
+ actions.add('MobileUsingMenuBySwButtonTap')
actions.add('SystemBack')
actions.add('SystemBackForNavigation')
« 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