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

Unified Diff: chrome/browser/io_thread.h

Issue 6773006: Add enableReferrers and enableHyperlinkAuditing to contentSettings.misc API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add comment Created 9 years, 8 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/extensions/extension_preference_api.cc ('k') | chrome/browser/io_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/io_thread.h
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
index 019b594487d3c940fd8338cb72228a7dca267f54..69662a0579e46f0b9ef418b04eb043d03ba2d66b 100644
--- a/chrome/browser/io_thread.h
+++ b/chrome/browser/io_thread.h
@@ -11,6 +11,7 @@
#include "base/basictypes.h"
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
+#include "chrome/browser/prefs/pref_member.h"
#include "chrome/browser/browser_process_sub_thread.h"
#include "chrome/common/net/predictor_common.h"
#include "net/base/network_change_notifier.h"
@@ -207,6 +208,10 @@ class IOThread : public BrowserProcessSubThread {
// IOThread::CleanUp().
std::list<ChromeURLRequestContextGetter*> url_request_context_getters_;
+ // Weak, owned by the ChromeNetworkDelegate (which is transitively owned
willchan no longer on Chromium 2011/04/08 19:10:37 Why don't you just put this in the ChromeNetworkDe
+ // by us).
+ BooleanPrefMember* enable_referrers_;
+
DISALLOW_COPY_AND_ASSIGN(IOThread);
};
« no previous file with comments | « chrome/browser/extensions/extension_preference_api.cc ('k') | chrome/browser/io_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698