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

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

Issue 2555353002: Update Crashpad to 32981a3ee9d7c2769fb27afa038fe2e194cfa329 (Closed)
Patch Set: fix readme Created 4 years 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_transport_test.cc
diff --git a/third_party/crashpad/crashpad/util/net/http_transport_test.cc b/third_party/crashpad/crashpad/util/net/http_transport_test.cc
index bbfe878043f81415fb90b33f5c56628a8e8a43ae..e8495308a7e3721c5b8e5b3f7bfda0cc542679b7 100644
--- a/third_party/crashpad/crashpad/util/net/http_transport_test.cc
+++ b/third_party/crashpad/crashpad/util/net/http_transport_test.cc
@@ -279,7 +279,7 @@ TEST(HTTPTransport, UnchunkedPlainText) {
}
void RunUpload33k(bool has_content_length) {
- // On OS X, NSMutableURLRequest winds up calling into a CFReadStream’s Read()
+ // On macOS, NSMutableURLRequest winds up calling into a CFReadStream’s Read()
// callback with a 32kB buffer. Make sure that it’s able to get everything
// when enough is available to fill this buffer, requiring more than one
// Read().
« no previous file with comments | « third_party/crashpad/crashpad/util/net/http_transport.h ('k') | third_party/crashpad/crashpad/util/posix/close_multiple.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698