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

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

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.h
diff --git a/third_party/crashpad/crashpad/util/net/http_transport.h b/third_party/crashpad/crashpad/util/net/http_transport.h
index cd31facf0d56e1aabfa53a2288a7881103403570..f9948aa2e57c8cc7f76798939c15cdff66cdd5a2 100644
--- a/third_party/crashpad/crashpad/util/net/http_transport.h
+++ b/third_party/crashpad/crashpad/util/net/http_transport.h
@@ -74,9 +74,9 @@ class HTTPTransport {
//! \brief Performs the HTTP request with the configured parameters and waits
//! for the execution to complete.
//!
- //! \param[out] response On success, this will be set to the HTTP response
- //! body. This parameter is optional and may be set to `nullptr` if the
- //! response body is not required.
+ //! \param[out] response_body On success, this will be set to the HTTP
+ //! response body. This parameter is optional and may be set to `nullptr`
+ //! if the response body is not required.
//!
//! \return Whether or not the request was successful, defined as returning
//! a HTTP status 200 (OK) code.
« no previous file with comments | « third_party/crashpad/crashpad/util/misc/uuid_test.cc ('k') | third_party/crashpad/crashpad/util/net/http_transport_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698