summaryrefslogtreecommitdiffstats
path: root/net/url_request
diff options
context:
space:
mode:
authoridanan@chromium.org <idanan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-28 19:41:36 +0000
committeridanan@chromium.org <idanan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-28 19:41:36 +0000
commitd0a96b6e4e7cc643c2af3c9ff434edb7ff2be2f3 (patch)
treec34cfdc608065a3ad4b4cebd43d891a7da99656f /net/url_request
parent294202d3462e9cf80c71b71a75a004844ee892b0 (diff)
downloadchromium_src-d0a96b6e4e7cc643c2af3c9ff434edb7ff2be2f3.zip
chromium_src-d0a96b6e4e7cc643c2af3c9ff434edb7ff2be2f3.tar.gz
chromium_src-d0a96b6e4e7cc643c2af3c9ff434edb7ff2be2f3.tar.bz2
Moved the logical dependency on Blacklist from URLRequestContext
to ChromeURLRequestContext. BUG=16932 TEST=none Review URL: http://codereview.chromium.org/159519 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21874 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/url_request')
-rw-r--r--net/url_request/url_request_context.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/net/url_request/url_request_context.h b/net/url_request/url_request_context.h
index 3682112..63ab217 100644
--- a/net/url_request/url_request_context.h
+++ b/net/url_request/url_request_context.h
@@ -23,7 +23,6 @@ class FtpTransactionFactory;
class HttpTransactionFactory;
class ProxyService;
}
-class Blacklist;
class URLRequest;
// Subclass to provide application-specific context for URLRequest instances.
@@ -36,8 +35,7 @@ class URLRequestContext :
http_transaction_factory_(NULL),
ftp_transaction_factory_(NULL),
cookie_store_(NULL),
- force_tls_state_(NULL),
- blacklist_(NULL) {
+ force_tls_state_(NULL) {
}
net::HostResolver* host_resolver() const {
@@ -70,9 +68,6 @@ class URLRequestContext :
// Gets the FTP authentication cache for this context.
net::FtpAuthCache* ftp_auth_cache() { return &ftp_auth_cache_; }
- // Gets the Privacy Blacklist, if any for this context.
- const Blacklist* blacklist() { return blacklist_; }
-
// Gets the value of 'Accept-Charset' header field.
const std::string& accept_charset() const { return accept_charset_; }
@@ -121,7 +116,6 @@ class URLRequestContext :
net::CookiePolicy cookie_policy_;
net::ForceTLSState* force_tls_state_;;
net::FtpAuthCache ftp_auth_cache_;
- const Blacklist* blacklist_;
std::string accept_language_;
std::string accept_charset_;
// The charset of the referrer where this request comes from. It's not