| Index: net/spdy/chromium/spdy_flags.cc
|
| diff --git a/net/spdy/chromium/spdy_flags.cc b/net/spdy/chromium/spdy_flags.cc
|
| index 2b9d1e5216969c1bc419cd56b18e58b6a213fe5c..b2c279b2bab048147f3544bb4b800da4691e9403 100644
|
| --- a/net/spdy/chromium/spdy_flags.cc
|
| +++ b/net/spdy/chromium/spdy_flags.cc
|
| @@ -9,9 +9,6 @@ namespace net {
|
| // Log compressed size of HTTP/2 requests.
|
| bool FLAGS_chromium_http2_flag_log_compressed_size = true;
|
|
|
| -// If true, remove use of SpdyFrameBuilder::OverwriteLength().
|
| -bool FLAGS_chromium_http2_flag_remove_rewritelength = true;
|
| -
|
| // Use //net/http2/hpack/decoder as complete HPACK decoder.
|
| bool FLAGS_chromium_http2_flag_spdy_use_hpack_decoder3 = true;
|
|
|
|
|