Index: net/url_request/report_sender.h |
diff --git a/net/url_request/report_sender.h b/net/url_request/report_sender.h |
index a230f0603b1a9b5a769ade2f65b3e133eb509664..6bfc72ced5397652a11ff407172a8358e938d9c9 100644 |
--- a/net/url_request/report_sender.h |
+++ b/net/url_request/report_sender.h |
@@ -31,7 +31,8 @@ class NET_EXPORT ReportSender |
public TransportSecurityState::ReportSenderInterface { |
public: |
using SuccessCallback = base::Callback<void()>; |
- using ErrorCallback = base::Callback<void(const GURL&, int)>; |
+ using ErrorCallback = base::Callback< |
+ void(const GURL&, int /* net_error */, int /* http_response_code */)>; |
// Represents whether or not to send cookies along with reports. |
enum CookiesPreference { SEND_COOKIES, DO_NOT_SEND_COOKIES }; |