| Index: net/http/http_response_headers.h
|
| diff --git a/net/http/http_response_headers.h b/net/http/http_response_headers.h
|
| index 6dc14a9ac828d9f820d4db8adf514b2be90862ad..e45fe05db5528fdcbd9c1d6088aab089cdc96b30 100644
|
| --- a/net/http/http_response_headers.h
|
| +++ b/net/http/http_response_headers.h
|
| @@ -88,6 +88,9 @@ class NET_EXPORT HttpResponseHeaders
|
| // Removes all instances of a particular header.
|
| void RemoveHeader(const std::string& name);
|
|
|
| + // Removes all instances of particular headers.
|
| + void RemoveHeaders(const std::unordered_set<std::string>& header_names);
|
| +
|
| // Removes a particular header line. The header name is compared
|
| // case-insensitively.
|
| void RemoveHeaderLine(const std::string& name, const std::string& value);
|
|
|