Chromium Code Reviews| Index: chrome/browser/safe_browsing/certificate_reporting_service.h |
| diff --git a/chrome/browser/safe_browsing/certificate_reporting_service.h b/chrome/browser/safe_browsing/certificate_reporting_service.h |
| index 5d02a23218fafbce8bf5e35cdde78208d5de9720..5248a426e15348d49606ccdc06ade6a812c0a665 100644 |
| --- a/chrome/browser/safe_browsing/certificate_reporting_service.h |
| +++ b/chrome/browser/safe_browsing/certificate_reporting_service.h |
| @@ -126,7 +126,10 @@ class CertificateReportingService : public KeyedService { |
| private: |
| void SendInternal(const Report& report); |
| - void ErrorCallback(int report_id, const GURL& url, int error); |
| + void ErrorCallback(int report_id, |
| + const GURL& url, |
| + int error, |
|
eroman
2017/04/26 22:52:28
I suggested updating this to "net_error" to make i
meacer
2017/04/27 00:56:41
Done.
|
| + int http_response_code); |
| void SuccessCallback(int report_id); |
| std::unique_ptr<certificate_reporting::ErrorReporter> error_reporter_; |