summaryrefslogtreecommitdiffstats
path: root/net/http/http_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_cache.h')
-rw-r--r--net/http/http_cache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/http/http_cache.h b/net/http/http_cache.h
index 60be215..a2683f4 100644
--- a/net/http/http_cache.h
+++ b/net/http/http_cache.h
@@ -75,7 +75,6 @@ class HttpCache : public HttpTransactionFactory {
// HttpTransactionFactory implementation:
virtual HttpTransaction* CreateTransaction();
virtual HttpCache* GetCache();
- virtual AuthCache* GetAuthCache();
virtual void Suspend(bool suspend);
// Helper function for reading response info from the disk cache.