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

Unified Diff: content/common/renderer_preferences.h

Issue 6773006: Add enableReferrers and enableHyperlinkAuditing to contentSettings.misc API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: git try Created 9 years, 9 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: content/common/renderer_preferences.h
diff --git a/content/common/renderer_preferences.h b/content/common/renderer_preferences.h
index 6beb0900a61e39ef4197cd417c3f5dec5d714c22..9d5cb0a11248120936f10cde651f5f9f59e5a53c 100644
--- a/content/common/renderer_preferences.h
+++ b/content/common/renderer_preferences.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
@@ -73,6 +73,9 @@ struct RendererPreferences {
// Currently only changed from default on Linux. Uses |gtk-cursor-blink|
// from GtkSettings.
double caret_blink_interval;
+
+ // Set to false to not send referrers.
+ bool enable_referrers;
};
#endif // CONTENT_COMMON_RENDERER_PREFERENCES_H_

Powered by Google App Engine
This is Rietveld 408576698