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

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

Issue 1156983002: Remove unused "Website Settings" view of content settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/about_flags.cc ('k') | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/browser_options.html
diff --git a/chrome/browser/resources/options/browser_options.html b/chrome/browser/resources/options/browser_options.html
index 2f6aad49c4f6f70ddc94d9d40eec99450849da56..8a6be134fc2e61bd328191ad8e4b356faf9f5218 100644
--- a/chrome/browser/resources/options/browser_options.html
+++ b/chrome/browser/resources/options/browser_options.html
@@ -113,10 +113,6 @@
<a is="action-link" id="power-settings-button"
i18n-content="powerSettingsButton"></a>
</div>
- <div class="settings-row">
- <button id="battery-button" i18n-content="batteryButton"></button>
- <button id="stored-data-button" i18n-content="storageButton"></button>
- </div>
<div id="touchpad-settings" class="settings-row" hidden>
<span class="option-name" i18n-content="touchpadSpeed"></span>
<input id="touchpad-sensitivity-range" type="range" min="1" max="5"
@@ -618,10 +614,6 @@
<section id="web-content-section">
<h3 i18n-content="advancedSectionTitleContent"></h3>
<div>
- <div id="website-settings-section" class="settings-row" hidden>
- <button id="website-management-button"
- i18n-content="websitesManage"></button>
- </div>
<div class="settings-row">
<label class="web-content-select-label">
<span i18n-content="defaultFontSizeLabel"></span>
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698