| Index: chrome/browser/ssl/certificate_reporting_test_utils.h
|
| diff --git a/chrome/browser/ssl/certificate_reporting_test_utils.h b/chrome/browser/ssl/certificate_reporting_test_utils.h
|
| index 237a0edb79719025933e61491f64eb840c5bc6bf..0abafb715aea738009515e5301a3855f47a309fe 100644
|
| --- a/chrome/browser/ssl/certificate_reporting_test_utils.h
|
| +++ b/chrome/browser/ssl/certificate_reporting_test_utils.h
|
| @@ -40,7 +40,9 @@ class MockErrorReporter : public certificate_reporting::ErrorReporter {
|
|
|
| // ErrorReporter implementation.
|
| void SendExtendedReportingReport(
|
| - const std::string& serialized_report) override;
|
| + const std::string& serialized_report,
|
| + const base::Callback<void()>& success_callback,
|
| + const base::Callback<void(const GURL&, int)>& error_callback) override;
|
|
|
| // Returns the hostname in the report for the last call to |SendReport|.
|
| const std::string& latest_hostname_reported() {
|
|
|