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

Side by Side Diff: tools/metrics/actions/actions.xml

Issue 1840913002: A11y setting: mono audio UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix SettingsAdvancedPageBrowserTest.Load browser_test failure Created 4 years, 8 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 unified diff | Download patch
« ash/system/tray_accessibility.cc ('K') | « chromeos/chromeos.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 Copyright 2014 The Chromium Authors. All rights reserved. 2 Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <!-- 7 <!--
8 This file is a comprehensive list of Chrome user actions along with the owner 8 This file is a comprehensive list of Chrome user actions along with the owner
9 and description for each user action. A user action should be tied to an actual 9 and description for each user action. A user action should be tied to an actual
10 action taken by a user. It should be logged immediately after a user takes the 10 action taken by a user. It should be logged immediately after a user takes the
(...skipping 9485 matching lines...) Expand 10 before | Expand all | Expand 10 after
9496 <action name="Options_AccessibilityLargeMouseCursor_Enable"> 9496 <action name="Options_AccessibilityLargeMouseCursor_Enable">
9497 <owner>stevenjb@chromium.org</owner> 9497 <owner>stevenjb@chromium.org</owner>
9498 <description>Settings: Accessibility: Enable large mouse cursor</description> 9498 <description>Settings: Accessibility: Enable large mouse cursor</description>
9499 </action> 9499 </action>
9500 9500
9501 <action name="Options_AccessibilityLearnMore"> 9501 <action name="Options_AccessibilityLearnMore">
9502 <owner>stevenjb@chromium.org</owner> 9502 <owner>stevenjb@chromium.org</owner>
9503 <description>Settings: Accessibility: Learn More</description> 9503 <description>Settings: Accessibility: Learn More</description>
9504 </action> 9504 </action>
9505 9505
9506 <action name="Options_AccessibilityMonoAudio_Disable">
9507 <owner>warx@chromium.org</owner>
9508 <description>
9509 Settings: Disable play the same audio through all speakers (mono audio)
9510 </description>
9511 </action>
9512
9513 <action name="Options_AccessibilityMonoAudio_Enable">
9514 <owner>warx@chromium.org</owner>
9515 <description>
9516 Settings: Enable play the same audio through all speakers (mono audio)
9517 </description>
9518 </action>
9519
9506 <action name="Options_AccessibilityOnScreenKeyboard_Disable"> 9520 <action name="Options_AccessibilityOnScreenKeyboard_Disable">
9507 <owner>stevenjb@chromium.org</owner> 9521 <owner>stevenjb@chromium.org</owner>
9508 <description>Settings: Accessibility: Disable on-screen keyboard</description> 9522 <description>Settings: Accessibility: Disable on-screen keyboard</description>
9509 </action> 9523 </action>
9510 9524
9511 <action name="Options_AccessibilityOnScreenKeyboard_Enable"> 9525 <action name="Options_AccessibilityOnScreenKeyboard_Enable">
9512 <owner>stevenjb@chromium.org</owner> 9526 <owner>stevenjb@chromium.org</owner>
9513 <description>Settings: Accessibility: Enable on-screen keyboard</description> 9527 <description>Settings: Accessibility: Enable on-screen keyboard</description>
9514 </action> 9528 </action>
9515 9529
(...skipping 3537 matching lines...) Expand 10 before | Expand all | Expand 10 after
13053 <action name="StatusArea_MagnifierEnabled"> 13067 <action name="StatusArea_MagnifierEnabled">
13054 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13068 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13055 <description>Please enter the description of this user action.</description> 13069 <description>Please enter the description of this user action.</description>
13056 </action> 13070 </action>
13057 13071
13058 <action name="StatusArea_MenuOpened"> 13072 <action name="StatusArea_MenuOpened">
13059 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13073 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13060 <description>Please enter the description of this user action.</description> 13074 <description>Please enter the description of this user action.</description>
13061 </action> 13075 </action>
13062 13076
13077 <action name="StatusArea_MonoAudioDisabled">
13078 <owner>warx@chromium.org</owner>
13079 <description>
13080 Counts the number of times the user disables mono audio
13081 </description>
13082 </action>
13083
13084 <action name="StatusArea_MonoAudioEnabled">
13085 <owner>warx@chromium.org</owner>
13086 <description>
13087 Counts the number of times the user enables mono audio
13088 </description>
13089 </action>
13090
13063 <action name="StatusArea_Network_ConnectConfigured"> 13091 <action name="StatusArea_Network_ConnectConfigured">
13064 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13092 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13065 <description>Please enter the description of this user action.</description> 13093 <description>Please enter the description of this user action.</description>
13066 </action> 13094 </action>
13067 13095
13068 <action name="StatusArea_Network_ConnectToConfigured"> 13096 <action name="StatusArea_Network_ConnectToConfigured">
13069 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13097 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13070 <description>Please enter the description of this user action.</description> 13098 <description>Please enter the description of this user action.</description>
13071 </action> 13099 </action>
13072 13100
(...skipping 1090 matching lines...) Expand 10 before | Expand all | Expand 10 after
14163 <action name="webapps.AddShortcut.Manifest"> 14191 <action name="webapps.AddShortcut.Manifest">
14164 <owner>mlamouri@chromium.org</owner> 14192 <owner>mlamouri@chromium.org</owner>
14165 <description> 14193 <description>
14166 Shortcut added to the homescreen with a valid Manifest. This action will be 14194 Shortcut added to the homescreen with a valid Manifest. This action will be
14167 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14195 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14168 to keep a trend of whether the webapp also add meta tags. 14196 to keep a trend of whether the webapp also add meta tags.
14169 </description> 14197 </description>
14170 </action> 14198 </action>
14171 14199
14172 </actions> 14200 </actions>
OLDNEW
« ash/system/tray_accessibility.cc ('K') | « chromeos/chromeos.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698