| 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 f0d020fbb27e4855ac225e8c291a036c5fc6b6eb..dbfbb5b6527b3b234d30962663398f2a6cc70997 100644
|
| --- a/chrome/browser/net/certificate_error_reporter.h
|
| +++ b/chrome/browser/net/certificate_error_reporter.h
|
| @@ -63,11 +63,6 @@ class CertificateErrorReporter {
|
| virtual void SendExtendedReportingReport(
|
| const std::string& serialized_report);
|
|
|
| - // As |SendExtendedReportingReport|, but does not encrypt reports,
|
| - // since the pinning violation server is not capable of handling
|
| - // encrypted reports.
|
| - virtual void SendPinningViolationReport(const std::string& serialized_report);
|
| -
|
| // Whether sending reports over HTTP is supported.
|
| static bool IsHttpUploadUrlSupported();
|
|
|
|
|