| Index: tools/metrics/actions/actions.xml
|
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
|
| index b8c13a0ea058a29427be85d8e0c79c2ac172dcbc..4ed6971aa43042125635cbe2d6217362859fb150 100644
|
| --- a/tools/metrics/actions/actions.xml
|
| +++ b/tools/metrics/actions/actions.xml
|
| @@ -1028,6 +1028,18 @@ should be able to be added at any place in this file.
|
| </description>
|
| </action>
|
|
|
| +<action name="Accessibility.TwoFingersHeldGeneratedSpokenFeedbackCountdown">
|
| + <owner>dmazzoni@chromium.org</owner>
|
| + <description>
|
| + Metric recorded on Chrome OS when the user holds down two fingers on a touch
|
| + screen for more than the minimum number of seconds to trigger a countdown.
|
| + If the user continues to hold down two fingers through the countdown it will
|
| + toggle spoken feedback. If spoken feedback is toggled, the
|
| + StatusArea_SpokenFeedbackEnabled or StatusArea_SpokenFeedbackDisabled
|
| + actions will be recorded.
|
| + </description>
|
| +</action>
|
| +
|
| <action name="ActionBox.ClickButton">
|
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
|
| <description>Please enter the description of this user action.</description>
|
|
|