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> |