| Index: net/http/http_response_headers.h
|
| diff --git a/net/http/http_response_headers.h b/net/http/http_response_headers.h
|
| index 653eacc4d44e30b86d15c41532ec2514ef8ba435..fd6af1707e7061420e94816b3e419f2e4668de56 100644
|
| --- a/net/http/http_response_headers.h
|
| +++ b/net/http/http_response_headers.h
|
| @@ -97,6 +97,10 @@ class NET_EXPORT HttpResponseHeaders
|
| // end of the list.
|
| void AddHeader(const std::string& header);
|
|
|
| + // Adds a cookie header. |cookie_string| should be the header value without
|
| + // the header name (Set-Cookie).
|
| + void AddCookie(const std::string& cookie_string);
|
| +
|
| // Replaces the current status line with the provided one (|new_status| should
|
| // not have any EOL).
|
| void ReplaceStatusLine(const std::string& new_status);
|
|
|