summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_fetcher_impl.h
diff options
context:
space:
mode:
authorbengr <bengr@chromium.org>2014-11-17 14:50:50 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-17 22:51:06 +0000
commitb50d631ee26de7b012477d3a2d1eaa8676dce6a3 (patch)
tree4cefb11e36ca1f338f32fc1489583f8daded5bcb /net/url_request/url_fetcher_impl.h
parent0c50875fca5951f01ad82e24b80c4e01476deae1 (diff)
downloadchromium_src-b50d631ee26de7b012477d3a2d1eaa8676dce6a3.zip
chromium_src-b50d631ee26de7b012477d3a2d1eaa8676dce6a3.tar.gz
chromium_src-b50d631ee26de7b012477d3a2d1eaa8676dce6a3.tar.bz2
Removed URLRequest::Interceptor and wired up AppCacheInterceptor
to use URLRequestInterceptor instead. In the process, also removed LOAD_DISABLE_INTERCEPT, a request load flag that was only used by AppCache. BUG=161547 Review URL: https://codereview.chromium.org/720493002 Cr-Commit-Position: refs/heads/master@{#304502}
Diffstat (limited to 'net/url_request/url_fetcher_impl.h')
-rw-r--r--net/url_request/url_fetcher_impl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/url_request/url_fetcher_impl.h b/net/url_request/url_fetcher_impl.h
index 29c8bd5..f0a57af 100644
--- a/net/url_request/url_fetcher_impl.h
+++ b/net/url_request/url_fetcher_impl.h
@@ -90,7 +90,6 @@ class NET_EXPORT_PRIVATE URLFetcherImpl : public URLFetcher {
static void CancelAll();
- static void SetEnableInterceptionForTests(bool enabled);
static void SetIgnoreCertificateRequests(bool ignored);
// TODO(akalin): Make these private again once URLFetcher::Create()