| 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 0f5d3a9e4964fb7e81e93e21e8e6105a918ba979..c442419c81825a404fbdaef944a9915faaf85a64 100644
|
| --- a/chrome/browser/resources/options/browser_options.html
|
| +++ b/chrome/browser/resources/options/browser_options.html
|
| @@ -526,6 +526,10 @@
|
| <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>
|
|
|