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

Unified Diff: chrome/browser/resources/settings/settings_page/settings_router.js

Issue 1753653002: MD Settings: First half of Device > Keyboard sub-page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missed one Created 4 years, 10 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
Index: chrome/browser/resources/settings/settings_page/settings_router.js
diff --git a/chrome/browser/resources/settings/settings_page/settings_router.js b/chrome/browser/resources/settings/settings_page/settings_router.js
index b6b800288e93f112f9c3074b3df7a0c072b3754d..98d72ef58d84aa4bdff5d5a25413039214d7d018 100644
--- a/chrome/browser/resources/settings/settings_page/settings_router.js
+++ b/chrome/browser/resources/settings/settings_page/settings_router.js
@@ -396,6 +396,13 @@ Polymer({
subpage: ['touchpad'],
subpageTitles: ['touchpadTitle'],
},
+ {
+ url: '/keyboard-overlay',
+ page: 'basic',
+ section: 'device',
+ subpage: ['keyboard'],
+ subpageTitles: ['keyboardTitle'],
+ },
</if>
],
« no previous file with comments | « chrome/browser/resources/settings/device_page/keyboard.js ('k') | chrome/browser/resources/settings/settings_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698