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

Unified Diff: chrome/browser/resources/options/website_settings_edit_site.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: 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_edit_site.html
diff --git a/chrome/browser/resources/options/website_settings_edit_site.html b/chrome/browser/resources/options/website_settings_edit_site.html
index 90fd6b37969f634c3d5a7856afb19c6ec465172c..215209dd8f0587feb400b1e587033404125748c3 100644
--- a/chrome/browser/resources/options/website_settings_edit_site.html
+++ b/chrome/browser/resources/options/website_settings_edit_site.html
@@ -6,8 +6,19 @@
<h3 id="website-title" class="title favicon-cell weaktrl"></h3>
<div class="website-property-area">
<div id="local-storage-title" class="website-property"></div>
- <button id="website-settings-storage-delete-button"
- class="website-permission-button" i18n-content="websitesButtonClear">
+ <div class="website-property-controls">
+ <button id="website-settings-storage-delete-button"
+ class="website-property-button"
+ i18n-content="websitesButtonClear">
+ </div>
+ </div>
+ <div class="website-property-area">
+ <div id="battery-title" class="website-property"></div>
+ <div class="website-property-controls">
+ <button id="website-settings-battery-stop-button"
+ class="website-property-button"
+ i18n-content="websitesButtonStop">
+ </div>
</div>
</div>
<div class="website-column-headers">

Powered by Google App Engine
This is Rietveld 408576698