diff options
author | lipalani@chromium.org <lipalani@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-15 17:50:27 +0000 |
---|---|---|
committer | lipalani@chromium.org <lipalani@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-15 17:50:27 +0000 |
commit | 1d2f2c6d546390b9a10158d58a15b9b01b0f228d (patch) | |
tree | 63b1272f2c1af14b1dcd8c46f8f2cf480b93a463 /net/url_request/url_request_context.cc | |
parent | f82e7bed426008da1aee7e67bbba0c8fa21ca8d8 (diff) | |
download | chromium_src-1d2f2c6d546390b9a10158d58a15b9b01b0f228d.zip chromium_src-1d2f2c6d546390b9a10158d58a15b9b01b0f228d.tar.gz chromium_src-1d2f2c6d546390b9a10158d58a15b9b01b0f228d.tar.bz2 |
Revert 105669 - Additional infrastructure code supporting the report fraudulent certificate chains feature.
BUG=99185
Review URL: http://codereview.chromium.org/8055027
TBR=palmer@chromium.org
Review URL: http://codereview.chromium.org/8311002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105675 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/url_request/url_request_context.cc')
-rw-r--r-- | net/url_request/url_request_context.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/url_request/url_request_context.cc b/net/url_request/url_request_context.cc index ccfb5649..868532e 100644 --- a/net/url_request/url_request_context.cc +++ b/net/url_request/url_request_context.cc @@ -21,7 +21,6 @@ URLRequestContext::URLRequestContext() origin_bound_cert_service_(NULL), dnsrr_resolver_(NULL), dns_cert_checker_(NULL), - fraudulent_certificate_reporter_(NULL), http_auth_handler_factory_(NULL), proxy_service_(NULL), network_delegate_(NULL), @@ -41,7 +40,6 @@ void URLRequestContext::CopyFrom(URLRequestContext* other) { set_origin_bound_cert_service(other->origin_bound_cert_service()); set_dnsrr_resolver(other->dnsrr_resolver()); set_dns_cert_checker(other->dns_cert_checker()); - set_fraudulent_certificate_reporter(other->fraudulent_certificate_reporter()); set_http_auth_handler_factory(other->http_auth_handler_factory()); set_proxy_service(other->proxy_service()); set_ssl_config_service(other->ssl_config_service()); |