Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Unified Diff: net/http/http_response_headers.cc

Issue 9296005: Delete net::GetHeaderParamValue (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Delete net::GetHeaderParamValue Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698