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

Unified Diff: chrome/browser/resources/chromeos/power.html

Issue 123713002: [chromeos] Add an about:power UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « chrome/browser/resources/chromeos/power.css ('k') | chrome/browser/resources/chromeos/power.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/power.html
diff --git a/chrome/browser/resources/chromeos/power.html b/chrome/browser/resources/chromeos/power.html
new file mode 100644
index 0000000000000000000000000000000000000000..4cb33da63164122903741fefb73888505c686539
--- /dev/null
+++ b/chrome/browser/resources/chromeos/power.html
@@ -0,0 +1,28 @@
+<!DOCTYPE HTML>
+<html>
+<head>
+ <meta charset="utf-8">
+ <title i18n-content="titleText"></title>
+ <link rel="stylesheet" href="chrome://power/power.css">
+ <script src="chrome://resources/js/load_time_data.js"></script>
+ <script src="chrome://resources/js/util.js"></script>
+ <script src="chrome://power/strings.js"></script>
+ <script src="chrome://power/power.js"></script>
+</head>
+<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
+ <div id="main-layout">
+ <div id="battery-charge-section">
+ <h3 i18n-content="batteryChargeHeader"></h3>
+ <div class="plot-canvas-div">
+ <canvas id="battery-charge-canvas" width="600" height="200"></canvas>
+ </div>
+ <button id="battery-charge-reload-button" class="reload-button"
+ i18n-content="reloadButton">
+ </button>
+ </div>
+
+ <hr class="section-boundary">
+ </div>
+ <script src="chrome://resources/js/i18n_template2.js"></script>
+</body>
+</html>
« no previous file with comments | « chrome/browser/resources/chromeos/power.css ('k') | chrome/browser/resources/chromeos/power.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698