Chromium Code Reviews| Index: net/spdy/spdy_flags.h |
| diff --git a/net/spdy/spdy_flags.h b/net/spdy/spdy_flags.h |
| index a5e1763f249edf8fe9bf6e7001085e597818a57e..9069a4811e7e0c4b8d7dc651b57f169504f9e20b 100644 |
| --- a/net/spdy/spdy_flags.h |
| +++ b/net/spdy/spdy_flags.h |
| @@ -14,6 +14,8 @@ NET_EXPORT_PRIVATE extern bool |
| NET_EXPORT_PRIVATE extern bool |
| FLAGS_chromium_http2_flag_use_new_spdy_header_block_header_joining; |
| NET_EXPORT_PRIVATE extern bool FLAGS_use_nested_spdy_framer_decoder; |
| +NET_EXPORT_PRIVATE extern bool |
| + FLAGS_chromium_reloadable_flag_increase_hpack_table_size; |
|
Bence
2016/09/16 16:31:53
Please order flags alphabetically here and in spdy
|
| } // namespace net |