Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5614)

Unified Diff: chrome/browser/net/certificate_error_reporter.h

Issue 1267383002: Allow preloaded pins to contain report URIs; remove special-case reporting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase fixup Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/net/certificate_error_reporter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | chrome/browser/net/certificate_error_reporter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698