Chromium Code Reviews| Index: components/certificate_reporting/error_reporter.h |
| diff --git a/components/certificate_reporting/error_reporter.h b/components/certificate_reporting/error_reporter.h |
| index a02610862e2e7c1566f07cf0cc33ae1ce54f3587..85694088f8000e7aed00934e8ae1d8bd8f73f281 100644 |
| --- a/components/certificate_reporting/error_reporter.h |
| +++ b/components/certificate_reporting/error_reporter.h |
| @@ -63,7 +63,7 @@ class ErrorReporter { |
| virtual void SendExtendedReportingReport( |
|
estark
2017/04/27 00:35:57
nit: can you document what the |error_callback| ar
meacer
2017/04/27 00:56:42
Done.
|
| const std::string& serialized_report, |
| const base::Callback<void()>& success_callback, |
| - const base::Callback<void(const GURL&, int)>& error_callback); |
| + const base::Callback<void(const GURL&, int, int)>& error_callback); |
| // Used by tests. |
| static bool DecryptErrorReport( |