| 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..8d376c03db23707f80051e5993f216f74c2117ec 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/1.1.
|
| +LOAD_FLAG(UNENCRYPTED_HTTP11, 1 << 23)
|
|
|