| Index: chrome/browser/safe_browsing/ping_manager.h
|
| diff --git a/chrome/browser/safe_browsing/ping_manager.h b/chrome/browser/safe_browsing/ping_manager.h
|
| index 28c536ce0228c60046659cffec1a11b5ccb6a0ff..174a6be0db445813c30b264ecfcc7ff7f6c938d0 100644
|
| --- a/chrome/browser/safe_browsing/ping_manager.h
|
| +++ b/chrome/browser/safe_browsing/ping_manager.h
|
| @@ -20,6 +20,7 @@
|
|
|
| namespace chrome_browser_net {
|
| class CertificateErrorReporter;
|
| +class CertLoggerRequest;
|
| }
|
|
|
| namespace net {
|
| @@ -56,8 +57,8 @@ class SafeBrowsingPingManager : public net::URLFetcherDelegate {
|
|
|
| // Users can opt-in on the SSL interstitial to send reports of invalid
|
| // certificate chains.
|
| - void ReportInvalidCertificateChain(const std::string& hostname,
|
| - const net::SSLInfo& ssl_info);
|
| + void ReportInvalidCertificateChain(
|
| + const chrome_browser_net::CertLoggerRequest& report);
|
|
|
| void SetCertificateErrorReporterForTesting(scoped_ptr<
|
| chrome_browser_net::CertificateErrorReporter> certificate_error_reporter);
|
|
|