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..cda43e94296badc0b453f075a6b8b97087d8b286 100644 |
--- a/chrome/browser/resources/options2/browser_options.html |
+++ b/chrome/browser/resources/options2/browser_options.html |
@@ -192,7 +192,14 @@ |
</if> |
<section> |
<h3 i18n-content="advancedSectionTitlePrivacy"></h3> |
+<if expr="is_win"> |
arv (Not doing code reviews)
2012/08/15 14:33:31
This will cause unbalanced <div>s. You probably wa
MAD
2012/08/15 19:29:41
Oupss... I missed one... Sorry...
Fixed :-)
|
<div> |
+ <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> |