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

Unified Diff: third_party/crashpad/crashpad/util/net/http_headers.h

Issue 2710663006: Update Crashpad to 4a2043ea65e2641ef1a921801c0aaa15ada02fc7 (Closed)
Patch Set: Update Crashpad to 4a2043ea65e2 Created 3 years, 10 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: 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_
« no previous file with comments | « third_party/crashpad/crashpad/util/net/http_body_gzip_test.cc ('k') | third_party/crashpad/crashpad/util/net/http_headers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698