| Index: net/spdy/spdy_flags.cc
|
| diff --git a/net/spdy/spdy_flags.cc b/net/spdy/spdy_flags.cc
|
| index 3c6fd73dc8f5b65b158414af767450005d3796bd..12354ba4fdf5868798b0f66d53c20fd0c284af89 100644
|
| --- a/net/spdy/spdy_flags.cc
|
| +++ b/net/spdy/spdy_flags.cc
|
| @@ -6,6 +6,9 @@
|
|
|
| namespace net {
|
|
|
| +// Log compressed size of HTTP/2 requests.
|
| +bool FLAGS_chromium_http2_flag_log_compressed_size = true;
|
| +
|
| // If true, SpdyFramer uses the new visitor methods OnHeaderFrameStart and
|
| // OnHeaderFrameEnd. Fourth attempt.
|
| bool FLAGS_chromium_http2_flag_spdy_framer_use_new_methods4 = true;
|
|
|