| Index: net/http/http_response_headers.cc
|
| ===================================================================
|
| --- net/http/http_response_headers.cc (revision 119592)
|
| +++ net/http/http_response_headers.cc (working copy)
|
| @@ -844,7 +844,7 @@
|
|
|
| void* iter = NULL;
|
| while (EnumerateHeader(&iter, name, &value))
|
| - HttpUtil::ParseContentType(value, mime_type, charset, &had_charset);
|
| + HttpUtil::ParseContentType(value, mime_type, charset, &had_charset, NULL);
|
| }
|
|
|
| bool HttpResponseHeaders::GetMimeType(std::string* mime_type) const {
|
|
|