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

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

Issue 2178213002: Add note page to settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@stylus-add-switch
Patch Set: Address comments and add utility method 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 09644846cbb7c01a48d8082cabb19fdb677d6d67..d759cc746a1d9007b3f6b030eddffba8f38967f4 100644
--- a/chrome/browser/resources/settings/route.js
+++ b/chrome/browser/resources/settings/route.js
@@ -142,6 +142,7 @@ cr.define('settings', function() {
r.POINTERS = r.DEVICE.createChild('/pointer-overlay', 'pointers');
r.KEYBARD = r.DEVICE.createChild('/keyboard-overlay', 'keyboard');
r.DISPLAY = r.DEVICE.createChild('/display', 'display');
+ r.NOTES = r.DEVICE.createChild('/note', 'note');
</if>
r.PRIVACY = r.ADVANCED.createSection('/privacy', 'privacy');
« 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