| Index: net/filter/filter.cc
|
| diff --git a/net/filter/filter.cc b/net/filter/filter.cc
|
| index c9a56bd9573dd3668494e0d31f4e05c52ed52439..754035b561a43f3bf4f884bffffce7f079815561 100644
|
| --- a/net/filter/filter.cc
|
| +++ b/net/filter/filter.cc
|
| @@ -238,7 +238,7 @@ void Filter::FixupEncodingTypes(
|
| }
|
|
|
| // If the request was for SDCH content, then we might need additional fixups.
|
| - if (!filter_context.SdchResponseExpected()) {
|
| + if (!filter_context.SdchDictionariesAdvertised()) {
|
| // It was not an SDCH request, so we'll just record stats.
|
| if (1 < encoding_types->size()) {
|
| // Multiple filters were intended to only be used for SDCH (thus far!)
|
|
|