Chromium Code Reviews| Index: chrome/browser/resources/settings/route.js |
| diff --git a/chrome/browser/resources/settings/route.js b/chrome/browser/resources/settings/route.js |
| index dd1bdd7cb7b1d5a707be11f9159a408c03de9ba7..44c6801ccaa20f6611377824fa29e9167dd4e1f6 100644 |
| --- a/chrome/browser/resources/settings/route.js |
| +++ b/chrome/browser/resources/settings/route.js |
| @@ -138,6 +138,7 @@ cr.define('settings', function() { |
| r.POINTERS = r.DEVICE.createChild('/pointer-overlay'); |
| r.KEYBOARD = r.DEVICE.createChild('/keyboard-overlay'); |
| r.DISPLAY = r.DEVICE.createChild('/display'); |
| + r.POWER = r.DEVICE.createChild('/power'); |
|
Daniel Erat
2017/03/01 02:43:31
should i reorder this listing to match the order o
michaelpg
2017/03/01 05:20:39
Yeah, I think that's roughly what we were going fo
Daniel Erat
2017/03/01 23:01:53
Done.
|
| r.STYLUS = r.DEVICE.createChild('/stylus'); |
| r.STORAGE = r.DEVICE.createChild('/storage'); |
| // </if> |