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

Unified Diff: chrome/browser/resources/settings/route.js

Issue 2110833003: MD Settings: Add mouse settings, update pointer settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@PointersFake
Patch Set: rebase Created 4 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
Index: chrome/browser/resources/settings/route.js
diff --git a/chrome/browser/resources/settings/route.js b/chrome/browser/resources/settings/route.js
index b5b14d42e63a969d25fafe70f49e01f21ae2cb1b..14b7de72effb567c3150fdb7dac16f11daaa46a9 100644
--- a/chrome/browser/resources/settings/route.js
+++ b/chrome/browser/resources/settings/route.js
@@ -139,7 +139,7 @@ cr.define('settings', function() {
r.ACCOUNTS = r.PEOPLE.createChild('/accounts', 'users');
r.DEVICE = r.BASIC.createSection('/device', 'device');
- r.TOUCHPAD = r.DEVICE.createChild('/pointer-overlay', 'touchpad');
+ r.POINTERS = r.DEVICE.createChild('/pointer-overlay', 'pointers');
r.KEYBARD = r.DEVICE.createChild('/keyboard-overlay', 'keyboard');
r.DISPLAY = r.DEVICE.createChild('/display', 'display');
</if>
« no previous file with comments | « chrome/browser/resources/settings/icons.html ('k') | chrome/browser/resources/settings/settings_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698