Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(137)

Unified Diff: chrome/browser/resources/options2/browser_options.html

Issue 10854126: Show an extra privacy warning on Win8 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Now gets the Windows Version from within JS/ Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698