| 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');
|
|
|