Index: net/http/http_transaction_unittest.h |
=================================================================== |
--- net/http/http_transaction_unittest.h (revision 12402) |
+++ net/http/http_transaction_unittest.h (working copy) |
@@ -240,6 +240,10 @@ |
return net::ERR_FAILED; |
} |
+ virtual bool IsReadyToRestartForAuth() { |
+ return false; |
+ } |
+ |
virtual int Read(net::IOBuffer* buf, int buf_len, |
net::CompletionCallback* callback) { |
int data_len = static_cast<int>(data_.size()); |