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

Unified Diff: chrome/browser/resources/settings/device_page/power.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/device_page/power.js
diff --git a/chrome/browser/resources/settings/device_page/power.js b/chrome/browser/resources/settings/device_page/power.js
new file mode 100644
index 0000000000000000000000000000000000000000..07f0d0e6d471942f336073cd3e73946163a9ae58
--- /dev/null
+++ b/chrome/browser/resources/settings/device_page/power.js
@@ -0,0 +1,20 @@
+// Copyright 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+/**
+ * @fileoverview
+ * 'settings-power' is the settings subpage with power-specific settings.
+ */
+
michaelpg 2017/01/13 17:15:35 nit: remove blank line
Daniel Erat 2017/01/13 17:34:08 done (locally)
+Polymer({
+ is: 'settings-power',
+
+ properties: {
+ /** Preferences state. */
+ prefs: {
michaelpg 2017/01/13 17:15:35 will we need this?
Daniel Erat 2017/01/13 17:34:08 yes, i believe that we will for http://crbug.com/6
+ type: Object,
+ notify: true,
+ }
+ }
+});
« no previous file with comments | « chrome/browser/resources/settings/device_page/power.html ('k') | chrome/browser/resources/settings/route.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698