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

Unified Diff: tools/metrics/actions/actions.xml

Issue 2831113002: [Suggestions] Add User action UMA for context menu actions (Closed)
Patch Set: "Refactor" Created 3 years, 8 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 | « chrome/android/java/src/org/chromium/chrome/browser/suggestions/TileGroup.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index be61786ab033442f6f246fa09600b0648d53df11..cb16b84ea1adf82a2ffc190e9374391d1606e942 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -15806,6 +15806,65 @@ should be able to be added at any place in this file.
<description>Please enter the description of this user action.</description>
</action>
+<action name="Suggestions.ContextMenu.DownloadItem">
+ <owner>mvanouwerkerk@chromium.org</owner>
+ <owner>galinap@google.com</owner>
+ <description>
+ Android: User used the context menu to download a suggested item.
+ </description>
+</action>
+
+<action name="Suggestions.ContextMenu.OpenItemInIncognitoTab">
+ <owner>mvanouwerkerk@chromium.org</owner>
+ <owner>galinap@google.com</owner>
+ <description>
+ Android: User used the context menu to open a suggested item in an incognito
+ tab.
+ </description>
+</action>
+
+<action name="Suggestions.ContextMenu.OpenItemInNewTab">
+ <owner>mvanouwerkerk@chromium.org</owner>
+ <owner>galinap@google.com</owner>
+ <description>
+ Android: User used the context menu to open a suggested item in a new tab.
+ </description>
+</action>
+
+<action name="Suggestions.ContextMenu.OpenItemInNewWindow">
+ <owner>mvanouwerkerk@chromium.org</owner>
+ <owner>galinap@google.com</owner>
+ <description>
+ Android: User used the context menu to open a suggested item in a new
+ window.
+ </description>
+</action>
+
+<action name="Suggestions.ContextMenu.RemoveItem">
+ <owner>mvanouwerkerk@chromium.org</owner>
+ <owner>galinap@google.com</owner>
+ <description>
+ Android: User used the context menu to remove a suggested item.
+ </description>
+</action>
+
+<action name="Suggestions.ContextMenu.Shown">
+ <owner>mvanouwerkerk@chromium.org</owner>
+ <owner>galinap@google.com</owner>
+ <description>
+ Android: User opened the context menu on a suggested item.
+ </description>
+</action>
+
+<action name="Suggestions.Tile.RemovalUndone">
+ <owner>mvanouwerkerk@chromium.org</owner>
+ <owner>galinap@google.com</owner>
+ <description>
+ Android: User tapped the undo button in the snackbar after removing a
+ suggested item.
+ </description>
+</action>
+
<action name="SuspiciousExtensionBubbleDismissed">
<owner>finnur@chromium.org</owner>
<description>Please enter the description of this user action.</description>
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/suggestions/TileGroup.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698