| Index: net/url_request/url_fetcher.cc
|
| diff --git a/net/url_request/url_fetcher.cc b/net/url_request/url_fetcher.cc
|
| index 96a25104c3b3d8b18287571104beea69311aeaa3..ddad12d7dc869ada0464995b217f4e664fe2d1e1 100644
|
| --- a/net/url_request/url_fetcher.cc
|
| +++ b/net/url_request/url_fetcher.cc
|
| @@ -36,11 +36,6 @@ void net::URLFetcher::CancelAll() {
|
| }
|
|
|
| // static
|
| -void net::URLFetcher::SetEnableInterceptionForTests(bool enabled) {
|
| - URLFetcherImpl::SetEnableInterceptionForTests(enabled);
|
| -}
|
| -
|
| -// static
|
| void net::URLFetcher::SetIgnoreCertificateRequests(bool ignored) {
|
| URLFetcherImpl::SetIgnoreCertificateRequests(ignored);
|
| }
|
|
|