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

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

Issue 393023006: Add settings for keyboard auto-repeat to options page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
« chrome/browser/resources/options/pref_ui.js ('K') | « chrome/common/pref_names.cc ('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 09901ae3f5f1edf384f870fbf004a59c413862b2..32d65740bc0bf0c576efa73ad67352ef5d83d106 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -8541,6 +8541,26 @@ 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="Options_KeyboardAutoRepeat_Delay">
+ <owner>michaelpg@chromium.org</owner>
+ <description>Settings: Keyboard settings: Auto-repeat delay</description>
+</action>
+
+<action name="Options_KeyboardAutoRepeat_Disable">
+ <owner>michaelpg@chromium.org</owner>
+ <description>Settings: Keyboard settings: Disable auto-repeat</description>
+</action>
+
+<action name="Options_KeyboardAutoRepeat_Enable">
+ <owner>michaelpg@chromium.org</owner>
+ <description>Settings: Keyboard settings: Enable auto-repeat</description>
+</action>
+
+<action name="Options_KeyboardAutoRepeat_Interval">
+ <owner>michaelpg@chromium.org</owner>
+ <description>Settings: Keyboard settings: Auto-repeat interval</description>
+</action>
+
<action name="Options_KeyboardRemapAltKey">
<owner>stevenjb@chromium.org</owner>
<description>Settings: Keyboard settings: Alt</description>
« chrome/browser/resources/options/pref_ui.js ('K') | « chrome/common/pref_names.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698