Chromium Code Reviews| Index: net/http/http_network_transaction.h |
| diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h |
| index ca7a79d605635e4eeb7d18eca0795431566b9751..4feb8ce0de5a2b17e6fc0d95749ff0a61d393b00 100644 |
| --- a/net/http/http_network_transaction.h |
| +++ b/net/http/http_network_transaction.h |
| @@ -52,6 +52,7 @@ class NET_EXPORT_PRIVATE HttpNetworkTransaction |
| virtual int RestartWithAuth(const AuthCredentials& credentials, |
| const CompletionCallback& callback) OVERRIDE; |
| virtual bool IsReadyToRestartForAuth() OVERRIDE; |
| + virtual bool HasAuth() const OVERRIDE; |
|
asanka
2013/04/05 16:04:50
This is confusingly similar to HaveAuth() below bu
qinmin
2013/04/05 17:12:08
moved this logic to httpresponseinfo and renamed i
|
| virtual int Read(IOBuffer* buf, |
| int buf_len, |