| 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 77c42150aee1b9848bafbfb033584df78e3efce7..3f69dd264bb04ff8c368bcfeffe81a645eac2576 100644
|
| --- a/chrome/browser/resources/options/browser_options.html
|
| +++ b/chrome/browser/resources/options/browser_options.html
|
| @@ -193,6 +193,13 @@
|
| <section>
|
| <h3 i18n-content="advancedSectionTitlePrivacy"></h3>
|
| <div>
|
| +<if expr="is_win">
|
| + <div id="privacy-win8-data-settings" class="settings-row" hidden>
|
| + <span i18n-content="privacyWin8Data"></span>
|
| + <a target="_blank" i18n-content="learnMore"
|
| + i18n-values="href:privacyWin8DataLearnMoreURL"></a>
|
| + </div>
|
| +</if>
|
| <div class="settings-row">
|
| <button id="privacyContentSettingsButton"
|
| i18n-content="privacyContentSettingsButton"></button>
|
|
|