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

Unified Diff: net/url_request/fraudulent_certificate_reporter.h

Issue 578553004: Remove the "snionly" concept from the HSTS preload. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ... Created 6 years, 3 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 | « net/ssl/ssl_config_service.cc ('k') | net/url_request/url_request.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/fraudulent_certificate_reporter.h
diff --git a/net/url_request/fraudulent_certificate_reporter.h b/net/url_request/fraudulent_certificate_reporter.h
index 007f660d98d55239fe531e46f8f5df72d4274101..8d5d60a0ef151769355e0995ffc01714b65c8884 100644
--- a/net/url_request/fraudulent_certificate_reporter.h
+++ b/net/url_request/fraudulent_certificate_reporter.h
@@ -19,12 +19,9 @@ class FraudulentCertificateReporter {
virtual ~FraudulentCertificateReporter() {}
// Sends a report to the report collection server containing the |ssl_info|
- // associated with a connection to |hostname|. If |sni_available| is true,
- // searches the SNI transport security metadata as well as the usual
- // transport security metadata when determining policy for sending the report.
+ // associated with a connection to |hostname|.
virtual void SendReport(const std::string& hostname,
- const SSLInfo& ssl_info,
- bool sni_available) = 0;
+ const SSLInfo& ssl_info) = 0;
};
} // namespace net
« no previous file with comments | « net/ssl/ssl_config_service.cc ('k') | net/url_request/url_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698