| Index: tools/metrics/actions/actions.xml
|
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
|
| index 8ec7feeaee65cf125991db252487abd59e652751..9573d848d3c72afaef01a89ecf9dbd1625f47a30 100644
|
| --- a/tools/metrics/actions/actions.xml
|
| +++ b/tools/metrics/actions/actions.xml
|
| @@ -826,6 +826,27 @@ 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="AlertIndicatorButton_Dragged">
|
| + <owner>miu@chromium.org</owner>
|
| + <description>
|
| + User dragged the tab alert indicator button; perhaps meant to drag the tab.
|
| + </description>
|
| +</action>
|
| +
|
| +<action name="AlertIndicatorButton_Mute">
|
| + <owner>miu@chromium.org</owner>
|
| + <description>
|
| + User clicked the tab alert indicator button to mute the tab.
|
| + </description>
|
| +</action>
|
| +
|
| +<action name="AlertIndicatorButton_Unmute">
|
| + <owner>miu@chromium.org</owner>
|
| + <description>
|
| + User clicked the tab alert indicator button to unmute the tab.
|
| + </description>
|
| +</action>
|
| +
|
| <action name="AppCloseButton_Clk">
|
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
|
| <description>Please enter the description of this user action.</description>
|
| @@ -2340,11 +2361,19 @@ should be able to be added at any place in this file.
|
| </description>
|
| </action>
|
|
|
| +<action name="CloseTab_NoAlertIndicator">
|
| + <owner>miu@chromium.org</owner>
|
| + <description>
|
| + User clicked the close tab button; the media indicator was not showing.
|
| + </description>
|
| +</action>
|
| +
|
| <action name="CloseTab_NoMediaIndicator">
|
| <owner>miu@chromium.org</owner>
|
| <description>
|
| User clicked the close tab button; the media indicator was not showing.
|
| </description>
|
| + <obsolete>Replaced with "CloseTab_NoAlertIndicator".</obsolete>
|
| </action>
|
|
|
| <action name="CloseTab_RecordingIndicator">
|
| @@ -7826,6 +7855,7 @@ should be able to be added at any place in this file.
|
| <description>
|
| User dragged the tab media indicator button; perhaps meant to drag the tab.
|
| </description>
|
| + <obsolete>Replaced with "AlertIndicatorButton_Dragged".</obsolete>
|
| </action>
|
|
|
| <action name="MediaIndicatorButton_Mute">
|
| @@ -7833,6 +7863,7 @@ should be able to be added at any place in this file.
|
| <description>
|
| User clicked the tab media indicator button to mute the tab.
|
| </description>
|
| + <obsolete>Replaced with "AlertIndicatorButton_Mute".</obsolete>
|
| </action>
|
|
|
| <action name="MediaIndicatorButton_Unmute">
|
| @@ -7840,6 +7871,7 @@ should be able to be added at any place in this file.
|
| <description>
|
| User clicked the tab media indicator button to unmute the tab.
|
| </description>
|
| + <obsolete>Replaced with "AlertIndicatorButton_Unmute".</obsolete>
|
| </action>
|
|
|
| <action name="MediaRouter_Icon_Click">
|
| @@ -13129,6 +13161,13 @@ should be able to be added at any place in this file.
|
| </obsolete>
|
| </action>
|
|
|
| +<action name="TabAlertIndicator_Clicked">
|
| + <owner>miu@chromium.org</owner>
|
| + <description>
|
| + User clicked the tab alert indicator; this will have no effect.
|
| + </description>
|
| +</action>
|
| +
|
| <action name="TabContextMenu_BookmarkAllTabs">
|
| <owner>wittman@chromium.org</owner>
|
| <description>
|
| @@ -13230,6 +13269,7 @@ should be able to be added at any place in this file.
|
| <description>
|
| User clicked the tab media indicator; this will have no effect.
|
| </description>
|
| + <obsolete>Replaced with "TabAlertIndicator_Clicked".</obsolete>
|
| </action>
|
|
|
| <action name="TabOverview_DetachCell">
|
|
|