Index: net/http/http_transaction_unittest.h |
=================================================================== |
--- net/http/http_transaction_unittest.h (revision 52151) |
+++ net/http/http_transaction_unittest.h (working copy) |
@@ -291,7 +291,8 @@ |
} |
virtual net::LoadState GetLoadState() const { |
- NOTREACHED() << "define some mock state transitions"; |
+ if (data_cursor_) |
+ return net::LOAD_STATE_READING_RESPONSE; |
return net::LOAD_STATE_IDLE; |
} |