Chromium Code Reviews| Index: net/base/load_flags_list.h |
| diff --git a/net/base/load_flags_list.h b/net/base/load_flags_list.h |
| index c090406c21e51338e8e6f09571bab50f7db99828..66b9ad951cf91830fbebb1e64885d5a3ced04eae 100644 |
| --- a/net/base/load_flags_list.h |
| +++ b/net/base/load_flags_list.h |
| @@ -101,3 +101,6 @@ LOAD_FLAG(BYPASS_DATA_REDUCTION_PROXY, 1 << 21) |
| // Indicates the the request is an asynchronous revalidation. |
| LOAD_FLAG(ASYNC_REVALIDATION, 1 << 22) |
| + |
| +// Indicates that the request should only use HTTP 1s. |
|
sclittle
2015/03/04 21:35:23
Did you mean "HTTP/1.1"?
tbansal1
2015/03/06 19:57:40
Done.
|
| +LOAD_FLAG(UNENCRYPTED_HTTP11, 1 << 23) |