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

Unified Diff: chrome/browser/resources/settings/device_page/power.html

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.html
diff --git a/chrome/browser/resources/settings/device_page/power.html b/chrome/browser/resources/settings/device_page/power.html
new file mode 100644
index 0000000000000000000000000000000000000000..ac31a427e8dc026d0a6c7c10cf8d12b611ed1fd3
--- /dev/null
+++ b/chrome/browser/resources/settings/device_page/power.html
@@ -0,0 +1,11 @@
+<link rel="import" href="chrome://resources/html/polymer.html">
+<link rel="import" href="/prefs/prefs.html">
+<link rel="import" href="/route.html">
+<link rel="import" href="/settings_shared_css.html">
+
+<dom-module id="settings-power">
+ <template>
+ <style include="settings-shared md-select"></style>
+ </template>
+ <script src="/device_page/power.js"></script>
+</dom-module>

Powered by Google App Engine
This is Rietveld 408576698