Index: chrome/browser/resources/options2/browser_options.html |
diff --git a/chrome/browser/resources/options2/browser_options.html b/chrome/browser/resources/options2/browser_options.html |
index b888d206ec5fc290861add94d9a190258c393a6a..37979e099610c8c8045951554f1f3ce6c5fa8aca 100644 |
--- a/chrome/browser/resources/options2/browser_options.html |
+++ b/chrome/browser/resources/options2/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> |