Chromium Code Reviews| Index: net/http/http_request_info.h |
| diff --git a/net/http/http_request_info.h b/net/http/http_request_info.h |
| index ced0c84f9ead8e26fb913c54ae07c84df50e707b..c31ee23516dc66c1e6ca3fdf75b104e7b0e84fd4 100644 |
| --- a/net/http/http_request_info.h |
| +++ b/net/http/http_request_info.h |
| @@ -33,6 +33,7 @@ struct NET_EXPORT HttpRequestInfo { |
| // from link unconfirmed tap |
| TAP_DOWN_MOTIVATED, // Request was motivated by a preconnect |
| // from link tapdown |
| + MAX_MOTIVATED, |
| }; |
| HttpRequestInfo(); |