| Index: net/http/http_util.h
|
| ===================================================================
|
| --- net/http/http_util.h (revision 119390)
|
| +++ net/http/http_util.h (working copy)
|
| @@ -47,7 +47,8 @@
|
| static void ParseContentType(const std::string& content_type_str,
|
| std::string* mime_type,
|
| std::string* charset,
|
| - bool* had_charset);
|
| + bool* had_charset,
|
| + std::string* boundary);
|
|
|
| // Scans the headers and look for the first "Range" header in |headers|,
|
| // if "Range" exists and the first one of it is well formatted then returns
|
|
|