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

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

Issue 1707613002: MD Settings: Start device page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixup 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 74184d4b8cac4d18bf326d085df9071365366b0c..59821f8070dbb47ec42b9ce5655a498cd03bbdbd 100644
--- a/chrome/browser/resources/settings/settings_page/settings_router.js
+++ b/chrome/browser/resources/settings/settings_page/settings_router.js
@@ -373,6 +373,15 @@ Polymer({
subpageTitles: ['editDictionaryPageTitle'],
},
</if>
+<if expr="chromeos">
+ {
+ url: '/pointer-overlay',
+ page: 'basic',
+ section: 'device',
+ subpage: ['touchpad'],
+ subpageTitles: ['touchpadTitle'],
+ },
+</if>
],
/**

Powered by Google App Engine
This is Rietveld 408576698