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

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

Issue 1827083004: UI: Rename MediaState to AlertState (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-tab-indicator
Patch Set: Keep gypi ordered Created 4 years, 9 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/chrome_tests_unit.gypi ('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 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 &quot;CloseTab_NoAlertIndicator&quot;.</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 &quot;AlertIndicatorButton_Dragged&quot;.</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 &quot;AlertIndicatorButton_Mute&quot;.</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 &quot;AlertIndicatorButton_Unmute&quot;.</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 &quot;TabAlertIndicator_Clicked&quot;.</obsolete>
</action>
<action name="TabOverview_DetachCell">
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698