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

Unified Diff: content/public/common/renderer_preferences.h

Issue 10960042: Add navigator.doNotTrack property (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « content/content_renderer.gypi ('k') | content/public/common/renderer_preferences.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/renderer_preferences.h
diff --git a/content/public/common/renderer_preferences.h b/content/public/common/renderer_preferences.h
index 4c3b8cffa5a8e4e9fd147d75db82c0df6a29c140..ac8037f6bf2839cbb51f58fb8646c9bf0ffbc535 100644
--- a/content/public/common/renderer_preferences.h
+++ b/content/public/common/renderer_preferences.h
@@ -95,6 +95,9 @@ struct CONTENT_EXPORT RendererPreferences {
// Set to false to not send referrers.
bool enable_referrers;
+ // Set to true to indicate that the preference to set DNT to 1 is enabled.
+ bool enable_do_not_track;
+
// Default page zoom level.
double default_zoom_level;
« no previous file with comments | « content/content_renderer.gypi ('k') | content/public/common/renderer_preferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698