Chromium Code Reviews| Index: net/http/http_cache_transaction.h |
| diff --git a/net/http/http_cache_transaction.h b/net/http/http_cache_transaction.h |
| index 2d249c1eda028c6329ed2edc603bfc2f4064a082..0998695962e19cf1b36f0221355487a21189af77 100644 |
| --- a/net/http/http_cache_transaction.h |
| +++ b/net/http/http_cache_transaction.h |
| @@ -179,6 +179,8 @@ class HttpCache::Transaction : public HttpTransaction { |
| }; |
| enum State { |
| + STATE_UNSET, |
| + |
| // Normally, states are traversed in approximately this order. |
| STATE_NONE, |
| STATE_GET_BACKEND, |