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

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

Issue 73173002: Add ContextMenu support upstream for Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 years 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') | ui/android/java/resource_map/org/chromium/ui/R.java » ('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 dfd9215063fc58848bab86ed0826748fd6c195e6..a432eeaece90e26aa705e49e9105d01e9b3c93ac 100755
--- a/tools/metrics/actions/extract_actions.py
+++ b/tools/metrics/actions/extract_actions.py
@@ -223,6 +223,9 @@ def AddAndroidActions(actions):
actions.add('MobileContextMenuCopyImageLinkAddress')
actions.add('MobileContextMenuCopyLinkAddress')
actions.add('MobileContextMenuCopyLinkText')
+ actions.add('MobileContextMenuDownloadImage')
+ actions.add('MobileContextMenuDownloadLink')
+ actions.add('MobileContextMenuDownloadVideo')
actions.add('MobileContextMenuImage')
actions.add('MobileContextMenuLink')
actions.add('MobileContextMenuOpenImageInNewTab')
@@ -233,6 +236,7 @@ def AddAndroidActions(actions):
actions.add('MobileContextMenuSearchByImage')
actions.add('MobileContextMenuShareLink')
actions.add('MobileContextMenuText')
+ actions.add('MobileContextMenuVideo')
actions.add('MobileContextMenuViewImage')
actions.add('MobileFocusedFakeboxOnNtp')
actions.add('MobileFocusedOmniboxNotOnNtp')
« no previous file with comments | « tools/metrics/actions/chromeactions.txt ('k') | ui/android/java/resource_map/org/chromium/ui/R.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698