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

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: 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
« dbus/message.cc ('K') | « dbus/message_unittest.cc ('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 9388 matching lines...) Expand 10 before | Expand all | Expand 10 after
9399 <action name="Options_AccessibilityLargeMouseCursor_Enable"> 9399 <action name="Options_AccessibilityLargeMouseCursor_Enable">
9400 <owner>stevenjb@chromium.org</owner> 9400 <owner>stevenjb@chromium.org</owner>
9401 <description>Settings: Accessibility: Enable large mouse cursor</description> 9401 <description>Settings: Accessibility: Enable large mouse cursor</description>
9402 </action> 9402 </action>
9403 9403
9404 <action name="Options_AccessibilityLearnMore"> 9404 <action name="Options_AccessibilityLearnMore">
9405 <owner>stevenjb@chromium.org</owner> 9405 <owner>stevenjb@chromium.org</owner>
9406 <description>Settings: Accessibility: Learn More</description> 9406 <description>Settings: Accessibility: Learn More</description>
9407 </action> 9407 </action>
9408 9408
9409 <action name="Options_AccessibilityMonoAudio_Disable">
9410 <owner>warx@chromium.org</owner>
9411 <description>
9412 Settings: Disable play the same audio through all speakers (mono audio)
9413 </description>
9414 </action>
9415
9416 <action name="Options_AccessibilityMonoAudio_Enable">
9417 <owner>warx@chromium.org</owner>
9418 <description>
9419 Settings: Enable play the same audio through all speakers (mono audio)
9420 </description>
9421 </action>
9422
9409 <action name="Options_AccessibilityOnScreenKeyboard_Disable"> 9423 <action name="Options_AccessibilityOnScreenKeyboard_Disable">
9410 <owner>stevenjb@chromium.org</owner> 9424 <owner>stevenjb@chromium.org</owner>
9411 <description>Settings: Accessibility: Disable on-screen keyboard</description> 9425 <description>Settings: Accessibility: Disable on-screen keyboard</description>
9412 </action> 9426 </action>
9413 9427
9414 <action name="Options_AccessibilityOnScreenKeyboard_Enable"> 9428 <action name="Options_AccessibilityOnScreenKeyboard_Enable">
9415 <owner>stevenjb@chromium.org</owner> 9429 <owner>stevenjb@chromium.org</owner>
9416 <description>Settings: Accessibility: Enable on-screen keyboard</description> 9430 <description>Settings: Accessibility: Enable on-screen keyboard</description>
9417 </action> 9431 </action>
9418 9432
(...skipping 3523 matching lines...) Expand 10 before | Expand all | Expand 10 after
12942 <action name="StatusArea_MagnifierEnabled"> 12956 <action name="StatusArea_MagnifierEnabled">
12943 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12957 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12944 <description>Please enter the description of this user action.</description> 12958 <description>Please enter the description of this user action.</description>
12945 </action> 12959 </action>
12946 12960
12947 <action name="StatusArea_MenuOpened"> 12961 <action name="StatusArea_MenuOpened">
12948 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12962 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12949 <description>Please enter the description of this user action.</description> 12963 <description>Please enter the description of this user action.</description>
12950 </action> 12964 </action>
12951 12965
12966 <action name="StatusArea_MonoAudioDisabled">
12967 <owner>warx@chromium.org</owner>
12968 <description>
12969 Counts the number of times the user disables mono audio
12970 </description>
12971 </action>
12972
12973 <action name="StatusArea_MonoAudioEnabled">
12974 <owner>warx@chromium.org</owner>
12975 <description>
12976 Counts the number of times the user enables mono audio
12977 </description>
12978 </action>
12979
12952 <action name="StatusArea_Network_ConnectConfigured"> 12980 <action name="StatusArea_Network_ConnectConfigured">
12953 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12981 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12954 <description>Please enter the description of this user action.</description> 12982 <description>Please enter the description of this user action.</description>
12955 </action> 12983 </action>
12956 12984
12957 <action name="StatusArea_Network_ConnectToConfigured"> 12985 <action name="StatusArea_Network_ConnectToConfigured">
12958 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12986 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12959 <description>Please enter the description of this user action.</description> 12987 <description>Please enter the description of this user action.</description>
12960 </action> 12988 </action>
12961 12989
(...skipping 1082 matching lines...) Expand 10 before | Expand all | Expand 10 after
14044 <action name="webapps.AddShortcut.Manifest"> 14072 <action name="webapps.AddShortcut.Manifest">
14045 <owner>mlamouri@chromium.org</owner> 14073 <owner>mlamouri@chromium.org</owner>
14046 <description> 14074 <description>
14047 Shortcut added to the homescreen with a valid Manifest. This action will be 14075 Shortcut added to the homescreen with a valid Manifest. This action will be
14048 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14076 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14049 to keep a trend of whether the webapp also add meta tags. 14077 to keep a trend of whether the webapp also add meta tags.
14050 </description> 14078 </description>
14051 </action> 14079 </action>
14052 14080
14053 </actions> 14081 </actions>
OLDNEW
« dbus/message.cc ('K') | « dbus/message_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698