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

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

Issue 2583103002: Add UserActions for Today extension. (Closed)
Patch Set: Created 4 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 | « no previous file | 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 0961d3827d7deb6823d0f025780644702c356092..a07d9f3bc56a05669e9477406de26d52072d6590 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -15368,6 +15368,54 @@ 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="TodayExtension.ExtensionDismissed">
+ <owner>olivierrobin@chromium.org</owner>
+ <description>Dismissed the Chrome Today extension.</description>
+</action>
+
+<action name="TodayExtension.ExtensionDisplayed">
+ <owner>olivierrobin@chromium.org</owner>
+ <description>
+ Displayed the notification center and display the Chrome Today extension.
+ </description>
+</action>
+
+<action name="TodayExtension.ExtensionInitialized">
+ <owner>olivierrobin@chromium.org</owner>
+ <description>
+ Displayed the notification center and initialize the Chrome Today extension.
+ </description>
+</action>
+
+<action name="TodayExtension.NewTabPressed">
+ <owner>olivierrobin@chromium.org</owner>
+ <description>
+ Tapped on the &quot;New Tab&quot; button in the Chrome Today extension.
+ </description>
+</action>
+
+<action name="TodayExtension.OpenClipboardPressed">
+ <owner>olivierrobin@chromium.org</owner>
+ <description>
+ Tapped on the &quot;Open Copied Link&quot; button in the Chrome Today
+ extension.
+ </description>
+</action>
+
+<action name="TodayExtension.PhysicalWebPressed">
+ <owner>olivierrobin@chromium.org</owner>
+ <description>
+ Tapped on physical web URL in the Chrome Today extension.
+ </description>
+</action>
+
+<action name="TodayExtension.VoiceSearchPressed">
+ <owner>olivierrobin@chromium.org</owner>
+ <description>
+ Tapped on the &quot;Voice Search&quot; button in the Chrome Today extension.
+ </description>
+</action>
+
<action name="ToggleBold">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698