| Index: net/url_request/url_request_context.h
|
| ===================================================================
|
| --- net/url_request/url_request_context.h (revision 105674)
|
| +++ net/url_request/url_request_context.h (working copy)
|
| @@ -27,7 +27,6 @@
|
| class CookieStore;
|
| class DnsCertProvenanceChecker;
|
| class DnsRRResolver;
|
| -class FraudulentCertificateReporter;
|
| class FtpTransactionFactory;
|
| class HostResolver;
|
| class HttpAuthHandlerFactory;
|
| @@ -103,14 +102,6 @@
|
| dns_cert_checker_ = dns_cert_checker;
|
| }
|
|
|
| - FraudulentCertificateReporter* fraudulent_certificate_reporter() const {
|
| - return fraudulent_certificate_reporter_;
|
| - }
|
| - void set_fraudulent_certificate_reporter(
|
| - FraudulentCertificateReporter* fraudulent_certificate_reporter) {
|
| - fraudulent_certificate_reporter_ = fraudulent_certificate_reporter;
|
| - }
|
| -
|
| // Get the proxy service for this context.
|
| ProxyService* proxy_service() const { return proxy_service_; }
|
| void set_proxy_service(ProxyService* proxy_service) {
|
| @@ -227,7 +218,6 @@
|
| OriginBoundCertService* origin_bound_cert_service_;
|
| DnsRRResolver* dnsrr_resolver_;
|
| DnsCertProvenanceChecker* dns_cert_checker_;
|
| - FraudulentCertificateReporter* fraudulent_certificate_reporter_;
|
| HttpAuthHandlerFactory* http_auth_handler_factory_;
|
| ProxyService* proxy_service_;
|
| scoped_refptr<SSLConfigService> ssl_config_service_;
|
|
|