Index: chrome/browser/ssl/ssl_error_classification.h |
diff --git a/chrome/browser/ssl/ssl_error_classification.h b/chrome/browser/ssl/ssl_error_classification.h |
index f1fc6ef200483114bb5bde4d9f6b5bcac3a94d95..2e5b3482e3b74efa78028de64fe4dda142144c62 100644 |
--- a/chrome/browser/ssl/ssl_error_classification.h |
+++ b/chrome/browser/ssl/ssl_error_classification.h |
@@ -40,7 +40,9 @@ class SSLErrorClassification : public content::NotificationObserver { |
// using a version of Chrome which is more than 1 year old. |
static bool IsUserClockInTheFuture(const base::Time& time_now); |
- static bool IsWindowsVersionSP3OrLower(); |
+ // Returns true if the Windows platform is likely to not have SHA-256 support. |
+ // On other platforms, returns false always. |
+ static bool MaybeWindowsLacksSHA256Support(); |
// A function which calculates the severity score when the ssl error is |
// |CERT_DATE_INVALID|. The calculated score is between 0.0 and 1.0, higher |