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