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

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

Issue 2629573006: chromeos: Add Power device page to chrome://md-settings. (Closed)
Patch Set: update now that power source settings exist Created 3 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/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>

Powered by Google App Engine
This is Rietveld 408576698