Chromium Code Reviews| Index: net/quic/core/quic_config.h |
| diff --git a/net/quic/core/quic_config.h b/net/quic/core/quic_config.h |
| index 1b0cf9c62186b51d1d44862ee6bf0851f001f6fd..924a8e7c015db8a7fe6efa28697204c191c459d7 100644 |
| --- a/net/quic/core/quic_config.h |
| +++ b/net/quic/core/quic_config.h |
| @@ -435,6 +435,9 @@ class QUIC_EXPORT_PRIVATE QuicConfig { |
| // Whether support HTTP/2 SETTINGS_MAX_HEADER_LIST_SIZE SETTINGS frame. |
| QuicFixedUint32 support_max_header_list_size_; |
| + |
| + // Latched copy of gfe2_reloadable_flag_quic_no_socket_receive_buffer. |
|
Ryan Hamilton
2017/03/10 05:37:44
I'm surprised the script didn't fix this. Can you
|
| + bool latched_no_socket_receive_buffer_; |
| }; |
| } // namespace net |