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

Unified Diff: chrome/test/data/webui/settings/device_page_tests.js

Issue 2449723002: MD Settings: Add remapping options for Backspace and Escape (Closed)
Patch Set: rebase Created 4 years, 1 month 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/browser/ui/webui/settings/md_settings_localized_strings_provider.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/settings/device_page_tests.js
diff --git a/chrome/test/data/webui/settings/device_page_tests.js b/chrome/test/data/webui/settings/device_page_tests.js
index b1e9cc88fbdc7881ef7318126f04680da31d90fb..52d59608ba6b075b7570303616cc72a80bc19300 100644
--- a/chrome/test/data/webui/settings/device_page_tests.js
+++ b/chrome/test/data/webui/settings/device_page_tests.js
@@ -107,6 +107,16 @@ cr.define('device_page_tests', function() {
type: chrome.settingsPrivate.PrefType.NUMBER,
value: 3,
},
+ remap_escape_key_to: {
+ key: 'settings.language.remap_escape_key_to',
+ type: chrome.settingsPrivate.PrefType.NUMBER,
+ value: 5,
+ },
+ remap_backspace_key_to: {
+ key: 'settings.language.remap_backspace_key_to',
+ type: chrome.settingsPrivate.PrefType.NUMBER,
+ value: 6,
+ },
send_function_keys: {
key: 'settings.language.send_function_keys',
type: chrome.settingsPrivate.PrefType.BOOLEAN,
« no previous file with comments | « chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698