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 |