summaryrefslogtreecommitdiffstats
path: root/net/http/http_transaction_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_transaction_factory.h')
-rw-r--r--net/http/http_transaction_factory.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/http/http_transaction_factory.h b/net/http/http_transaction_factory.h
index b7f67c4..e363c21 100644
--- a/net/http/http_transaction_factory.h
+++ b/net/http/http_transaction_factory.h
@@ -7,7 +7,6 @@
namespace net {
-class AuthCache;
class HttpCache;
class HttpTransaction;
@@ -22,9 +21,6 @@ class HttpTransactionFactory {
// Returns the associated cache if any (may be NULL).
virtual HttpCache* GetCache() = 0;
- // Returns the associated HTTP auth cache if any (may be NULL).
- virtual AuthCache* GetAuthCache() = 0;
-
// Suspends the creation of new transactions. If |suspend| is false, creation
// of new transactions is resumed.
virtual void Suspend(bool suspend) = 0;