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

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

Issue 10854126: Show an extra privacy warning on Win8 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync'd to ToT 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698