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..01f86fa421a6c815a5fc2e68de3ce43c4adbdb16 100644 |
--- a/chrome/browser/ssl/ssl_error_classification.h |
+++ b/chrome/browser/ssl/ssl_error_classification.h |
@@ -40,7 +40,8 @@ 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 OS platform is likely to have SHA-256 support. |
+ static bool MaybeOSHasSHA256Support(); |
// 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 |