summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_http_job.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/url_request/url_request_http_job.cc')
-rw-r--r--net/url_request/url_request_http_job.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/net/url_request/url_request_http_job.cc b/net/url_request/url_request_http_job.cc
index 657af1b..cf380de 100644
--- a/net/url_request/url_request_http_job.cc
+++ b/net/url_request/url_request_http_job.cc
@@ -204,10 +204,7 @@ bool URLRequestHttpJob::GetContentEncodings(
}
if (!encoding_types->empty()) {
- std::string mime_type;
- GetMimeType(&mime_type);
- // TODO(jar): Need to change this call to use the FilterContext interfaces.
- Filter::FixupEncodingTypes(IsSdchResponse(), mime_type, encoding_types);
+ Filter::FixupEncodingTypes(*this, encoding_types);
}
return !encoding_types->empty();
}