diff options
Diffstat (limited to 'net/http/http_network_layer.cc')
-rw-r--r-- | net/http/http_network_layer.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/http/http_network_layer.cc b/net/http/http_network_layer.cc index 9822998..0cd2fc4 100644 --- a/net/http/http_network_layer.cc +++ b/net/http/http_network_layer.cc @@ -80,10 +80,6 @@ HttpCache* HttpNetworkLayer::GetCache() { return NULL; } -AuthCache* HttpNetworkLayer::GetAuthCache() { - return session_->auth_cache(); -} - void HttpNetworkLayer::Suspend(bool suspend) { suspended_ = suspend; |