| Index: net/spdy/spdy_flags.h
|
| diff --git a/net/spdy/spdy_flags.h b/net/spdy/spdy_flags.h
|
| index f9b87f75a218a2334bcb3fab6291dd165a4cdda8..a5e1763f249edf8fe9bf6e7001085e597818a57e 100644
|
| --- a/net/spdy/spdy_flags.h
|
| +++ b/net/spdy/spdy_flags.h
|
| @@ -7,10 +7,14 @@
|
|
|
| #include "net/base/net_export.h"
|
|
|
| -NET_EXPORT_PRIVATE extern bool FLAGS_use_nested_spdy_framer_decoder;
|
| +namespace net {
|
| +
|
| NET_EXPORT_PRIVATE extern bool
|
| FLAGS_chromium_http2_flag_spdy_framer_use_new_methods4;
|
| 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;
|
| +
|
| +} // namespace net
|
|
|
| #endif // NET_SPDY_SPDY_FLAGS_H_
|
|
|