Index: content/browser/ssl/ssl_policy.cc |
diff --git a/content/browser/ssl/ssl_policy.cc b/content/browser/ssl/ssl_policy.cc |
index e5df39ef24ae93a7cba18b103ea83d0212b67af0..a45e135d16c87e446221d4b35343abb796b75d01 100644 |
--- a/content/browser/ssl/ssl_policy.cc |
+++ b/content/browser/ssl/ssl_policy.cc |
@@ -43,7 +43,7 @@ SSLPolicy::SSLPolicy(SSLPolicyBackend* backend) |
} |
void SSLPolicy::OnCertError(SSLCertErrorHandler* handler) { |
- bool expired_previous_decision; |
+ bool expired_previous_decision = false; |
// First we check if we know the policy for this error. |
DCHECK(handler->ssl_info().is_valid()); |
SSLHostStateDelegate::CertJudgment judgment = |