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..ee8285dc9000da7ac390fceb2be2826f8277efc0 100644 |
| --- a/net/base/load_flags_list.h |
| +++ b/net/base/load_flags_list.h |
| @@ -101,3 +101,7 @@ 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 not use any alternate protocols (e.g. |
| +// SPDY, QUIC). |
|
Ryan Hamilton
2015/02/13 19:44:28
Oh. If this is what the flag is supposed to do the
|
| +LOAD_FLAG(DISABLE_ALTERNATE_PROTOCOLS, 1 << 23) |