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

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

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.cc
diff --git a/third_party/crashpad/crashpad/util/net/http_headers.cc b/third_party/crashpad/crashpad/util/net/http_headers.cc
index 09d61b3e44c5a47e5866745cc2580f3d5ddf6b7b..37d84c672ae31b7d4e5a659b9cb25afe1ab4bfcc 100644
--- a/third_party/crashpad/crashpad/util/net/http_headers.cc
+++ b/third_party/crashpad/crashpad/util/net/http_headers.cc
@@ -17,7 +17,7 @@
namespace crashpad {
const char kContentType[] = "Content-Type";
-
const char kContentLength[] = "Content-Length";
+const char kContentEncoding[] = "Content-Encoding";
} // namespace crashpad
« no previous file with comments | « third_party/crashpad/crashpad/util/net/http_headers.h ('k') | third_party/crashpad/crashpad/util/net/http_multipart_builder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698