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

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

Issue 2629573006: chromeos: Add Power device page to chrome://md-settings. (Closed)
Patch Set: update copyright year Created 3 years, 11 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 90ad40d729725aa963d052954aed012337b945e1..a07672ad3691f4822ba3d9a83b6133a41c3bc2a4 100644
--- a/chrome/browser/resources/settings/route.js
+++ b/chrome/browser/resources/settings/route.js
@@ -135,6 +135,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');
r.STYLUS = r.DEVICE.createChild('/stylus');
r.STORAGE = r.DEVICE.createChild('/storage');
// </if>

Powered by Google App Engine
This is Rietveld 408576698