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

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

Issue 10911283: Implement 'Do Not Track' header (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged with ToT Created 8 years, 3 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/browser/profiles/profile_io_data.cc ('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 ab5cd46c6b73668b74163046231d73bc9604cc08..976e78a6d87192bd88c3f143fc08b2afc9a832ce 100644
--- a/chrome/browser/resources/options/browser_options.html
+++ b/chrome/browser/resources/options/browser_options.html
@@ -89,7 +89,7 @@
<input id="sensitivity-range" type="range" min="1" max="5"
pref="settings.mouse.sensitivity2" class="touch-slider">
</div>
- <div id="no-pointing-devices" i18n-content="noPointingDevices"
+ <div id="no-pointing-devices" i18n-content="noPointingDevices"
class="settings-row" hidden>
</div>
<div class="settings-row">
@@ -268,6 +268,13 @@
</label>
</div>
</if> <!-- pp_ifdef('_google_chrome') -->
+ <div class="checkbox">
+ <label>
+ <input id="do-not-track-enabled" pref="enable_do_not_track"
+ metric="Options_DoNotTrackCheckbox" type="checkbox">
+ <span i18n-content="doNotTrack"></span>
+ </label>
+ </div>
</div>
</section>
<if expr="pp_ifdef('chromeos')">
@@ -424,13 +431,13 @@
<if expr="pp_ifdef('chromeos')">
<div class="checkbox" guest-visibility="disabled">
<label>
- <input type="checkbox"
- pref="gdata.disabled"
- metric="Options_DisableGData">
+ <input type="checkbox"
+ pref="gdata.disabled"
+ metric="Options_DisableGData">
<span i18n-content="disableGData"></span>
</label>
- </div>
-</if>
+ </div>
+</if>
<if expr="not pp_ifdef('chromeos')">
<div id="auto-open-file-types-section" hidden>
<div id="auto-open-file-types-container">
@@ -480,7 +487,7 @@
<h3 i18n-content="advancedSectionTitleCloudPrint"></h3>
<div>
<div>
- <span i18n-content="cloudPrintChromeosOptionLabel"></span>
+ <span i18n-content="cloudPrintChromeosOptionLabel"></span>
<a target="_blank" i18n-content="learnMore"
i18n-values="href:cloudPrintLearnMoreURL"></a>
</div>
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698