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