Index: net/url_request/url_fetcher_impl.cc |
diff --git a/net/url_request/url_fetcher_impl.cc b/net/url_request/url_fetcher_impl.cc |
index fc44551c475047ef90ba17233ed94ce16b19d8ef..179adfb5ae393bd6942b69bfae10d4eecf85f262 100644 |
--- a/net/url_request/url_fetcher_impl.cc |
+++ b/net/url_request/url_fetcher_impl.cc |
@@ -193,11 +193,6 @@ void URLFetcherImpl::CancelAll() { |
} |
// static |
-void URLFetcherImpl::SetEnableInterceptionForTests(bool enabled) { |
- URLFetcherCore::SetEnableInterceptionForTests(enabled); |
-} |
- |
-// static |
void URLFetcherImpl::SetIgnoreCertificateRequests(bool ignored) { |
URLFetcherCore::SetIgnoreCertificateRequests(ignored); |
} |