| 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 "New Tab" button in the Chrome Today extension.
|
| + </description>
|
| +</action>
|
| +
|
| +<action name="TodayExtension.OpenClipboardPressed">
|
| + <owner>olivierrobin@chromium.org</owner>
|
| + <description>
|
| + Tapped on the "Open Copied Link" 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 "Voice Search" 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>
|
|
|