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

Unified Diff: chrome/browser/resources/options/website_settings.html

Issue 501063002: Surface battery auditing information on the website settings option page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@origin-power-map
Patch Set: Rebase. Created 6 years, 4 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/options/website_settings.html
diff --git a/chrome/browser/resources/options/website_settings.html b/chrome/browser/resources/options/website_settings.html
index 952b2f061d9052e8dc824702e0f12c618174d5bd..788fc2c0421ea9aa4b99c06c646c8f3b1b9037e7 100644
--- a/chrome/browser/resources/options/website_settings.html
+++ b/chrome/browser/resources/options/website_settings.html
@@ -14,6 +14,8 @@
i18n-content="websitesLabelNotifications"></option>
<option value="storage"
i18n-content="websitesLabelStorage"></option>
+ <option value="battery"
+ i18n-content="websitesLabelBattery"></option>
</select>
<input type="search" id="website-settings-search-box"
i18n-values="placeholder:websitesSearch" incremental>
« no previous file with comments | « chrome/browser/resources/options/website_settings.css ('k') | chrome/browser/resources/options/website_settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698