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

Unified Diff: chrome/browser/ssl/certificate_reporting_test_utils.h

Issue 2483993002: Add report_id to ErrorReporter interface. (Closed)
Patch Set: Same as patchset #2 but with the proper diff Created 4 years, 1 month 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: 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..06bfcc77b848ca3b43abfa02f3569833ad9b088e 100644
--- a/chrome/browser/ssl/certificate_reporting_test_utils.h
+++ b/chrome/browser/ssl/certificate_reporting_test_utils.h
@@ -39,8 +39,8 @@ class MockErrorReporter : public certificate_reporting::ErrorReporter {
net::ReportSender::CookiesPreference cookies_preference);
// ErrorReporter implementation.
- void SendExtendedReportingReport(
- const std::string& serialized_report) override;
+ void SendExtendedReportingReport(const std::string& serialized_report,
+ int report_id) override;
// Returns the hostname in the report for the last call to |SendReport|.
const std::string& latest_hostname_reported() {

Powered by Google App Engine
This is Rietveld 408576698