| Index: net/spdy/core/spdy_framer.h
|
| diff --git a/net/spdy/core/spdy_framer.h b/net/spdy/core/spdy_framer.h
|
| index 7407914058f4ad6cb95f94db769c9d1b255a1b66..87c6959409fd36d13999b344add6a8bdb675eb5f 100644
|
| --- a/net/spdy/core/spdy_framer.h
|
| +++ b/net/spdy/core/spdy_framer.h
|
| @@ -979,9 +979,6 @@ class SPDY_EXPORT_PRIVATE SpdyFramer {
|
| // If true, then ProcessInput returns after processing a full frame,
|
| // rather than reading all available input.
|
| bool process_single_input_frame_ = false;
|
| -
|
| - // Latched value of FLAGS_chromium_http2_flag_remove_rewritelength.
|
| - bool skip_rewritelength_ = false;
|
| };
|
|
|
| } // namespace net
|
|
|