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 c37ce2e007b820ec55483a50b8fd7de5bda821ad..87851ec60f72ee373063c7b963705c8ae21ee0a7 100644 |
--- a/chrome/browser/ssl/ssl_error_classification.h |
+++ b/chrome/browser/ssl/ssl_error_classification.h |
@@ -23,6 +23,8 @@ class SSLErrorClassification { |
// the user is using a version of Chrome which is more than 1 year old. |
static bool IsUserClockInTheFuture(base::Time time_now); |
+ static bool IsWindowsVersionSP3OrLower(); |
+ |
// A method which calculates the severity score when the ssl error is |
// CERT_DATE_INVALID. |
float InvalidDateSeverityScore() const; |