| Index: net/base/gzip_filter.cc
|
| diff --git a/net/base/gzip_filter.cc b/net/base/gzip_filter.cc
|
| index 2d02bce7a01e448b16bcdd820f204b9e534525cf..a7c48d9518c2084633080b2b7bbf2191ae57d3b8 100644
|
| --- a/net/base/gzip_filter.cc
|
| +++ b/net/base/gzip_filter.cc
|
| @@ -46,6 +46,7 @@ bool GZipFilter::InitDecoding(Filter::FilterType filter_type) {
|
| case Filter::FILTER_TYPE_GZIP_HELPING_SDCH:
|
| possible_sdch_pass_through_ = true; // Needed to optionally help sdch.
|
| // Fall through to GZIP case.
|
| + FALLTHROUGH_INTENDED;
|
| case Filter::FILTER_TYPE_GZIP: {
|
| gzip_header_.reset(new GZipHeader());
|
| if (!gzip_header_.get())
|
|
|