| Index: third_party/crashpad/crashpad/util/net/http_headers.h
|
| diff --git a/third_party/crashpad/crashpad/util/net/http_headers.h b/third_party/crashpad/crashpad/util/net/http_headers.h
|
| index 3633cb2d690654d1c802edf6a2cede979eb0641e..851ff31ce9591dfe54148d6f36b75727d5e50a73 100644
|
| --- a/third_party/crashpad/crashpad/util/net/http_headers.h
|
| +++ b/third_party/crashpad/crashpad/util/net/http_headers.h
|
| @@ -29,6 +29,9 @@ extern const char kContentType[];
|
| //! \brief The header name `"Content-Length"`.
|
| extern const char kContentLength[];
|
|
|
| +//! \brief The header name `"Content-Encoding"`.
|
| +extern const char kContentEncoding[];
|
| +
|
| } // namespace crashpad
|
|
|
| #endif // CRASHPAD_UTIL_NET_HTTP_HEADERS_H_
|
|
|