| 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 cd0e86150f8122d030c422587142863328bf5e27..19f9f4a2c86a710dde5f02d80a17ec707ac75005 100644
|
| --- a/chrome/browser/net/certificate_error_reporter.cc
|
| +++ b/chrome/browser/net/certificate_error_reporter.cc
|
| @@ -145,11 +145,6 @@ void CertificateErrorReporter::SendExtendedReportingReport(
|
| }
|
| }
|
|
|
| -void CertificateErrorReporter::SendPinningViolationReport(
|
| - const std::string& serialized_report) {
|
| - certificate_report_sender_->Send(upload_url_, serialized_report);
|
| -}
|
| -
|
| bool CertificateErrorReporter::IsHttpUploadUrlSupported() {
|
| #if defined(USE_OPENSSL)
|
| return true;
|
|
|