| Index: chrome/browser/net/certificate_error_reporter.cc
|
| diff --git a/chrome/browser/net/certificate_error_reporter.cc b/chrome/browser/net/certificate_error_reporter.cc
|
| index 15dad135b373587ed318c3ac384c801275367e4b..8d5b5d858810026d0498eca91b5ffc36baadcdca 100644
|
| --- a/chrome/browser/net/certificate_error_reporter.cc
|
| +++ b/chrome/browser/net/certificate_error_reporter.cc
|
| @@ -47,8 +47,8 @@ void CertificateErrorReporter::SendReport(ReportType type,
|
| SendCertLoggerRequest(request);
|
| break;
|
| case REPORT_TYPE_EXTENDED_REPORTING:
|
| - // TODO(estark): Encrypt the report if not sending over HTTPS
|
| - DCHECK(upload_url_.SchemeIsSecure());
|
| + // TODO(estark): Encrypt the report if not sending over HTTPS.
|
| + DCHECK(upload_url_.SchemeUsesTLS());
|
| SendCertLoggerRequest(request);
|
| break;
|
| default:
|
|
|