| Index: chrome/browser/net/certificate_error_reporter.h
|
| diff --git a/chrome/browser/net/certificate_error_reporter.h b/chrome/browser/net/certificate_error_reporter.h
|
| index 5463d5a74bd69d6286bbb8cbe1115fc78e8bcd41..3eaf1747405e9f0cd2ceaa6bf69be2f54230f080 100644
|
| --- a/chrome/browser/net/certificate_error_reporter.h
|
| +++ b/chrome/browser/net/certificate_error_reporter.h
|
| @@ -22,6 +22,8 @@ namespace chrome_browser_net {
|
|
|
| class CertLoggerRequest;
|
|
|
| +extern const char kExtendedReportingUploadUrl[];
|
| +
|
| // Provides functionality for sending reports about invalid SSL
|
| // certificate chains to a report collection server.
|
| class CertificateErrorReporter : public net::URLRequest::Delegate {
|
| @@ -44,7 +46,7 @@ class CertificateErrorReporter : public net::URLRequest::Delegate {
|
|
|
| ~CertificateErrorReporter() override;
|
|
|
| - // Construct, serialize, and send a certificate reporter to the report
|
| + // Construct, serialize, and send a certificate report to the report
|
| // collection server containing the |ssl_info| associated with a
|
| // connection to |hostname|.
|
| virtual void SendReport(ReportType type,
|
|
|