diff options
author | wtc@google.com <wtc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-11 19:15:59 +0000 |
---|---|---|
committer | wtc@google.com <wtc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-11 19:15:59 +0000 |
commit | 2e6b0da009aabf92bfa1acbcdf589bad927f8f1d (patch) | |
tree | 836cbccb2c25549936b0512c37c98654f3e5cef2 /chrome | |
parent | 999520d813ea580a52e22e71670f8b343f5c2845 (diff) | |
download | chromium_src-2e6b0da009aabf92bfa1acbcdf589bad927f8f1d.zip chromium_src-2e6b0da009aabf92bfa1acbcdf589bad927f8f1d.tar.gz chromium_src-2e6b0da009aabf92bfa1acbcdf589bad927f8f1d.tar.bz2 |
Remove a stale comment. net::ERR_CERT_UNABLE_TO_CHECK_REVOCATION
now causes the security style to be set to authentication broken.
(The security style is set elsewhere, not here, but this comment
is still confusing.)
R=jcampan
BUG=4749
Review URL: http://codereview.chromium.org/13371
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6805 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/ssl_policy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ssl_policy.cc b/chrome/browser/ssl_policy.cc index 62dbf408..8ed4486 100644 --- a/chrome/browser/ssl_policy.cc +++ b/chrome/browser/ssl_policy.cc @@ -187,7 +187,7 @@ class UnableToCheckRevocationPolicy : public SSLPolicy { void OnCertError(const GURL& main_frame_url, SSLManager::CertError* error) { - // We keep the style as secure and we display an info-bar. + // We ignore this error and display an info-bar. error->ContinueRequest(); error->manager()->ShowMessage(l10n_util::GetString( IDS_CERT_ERROR_UNABLE_TO_CHECK_REVOCATION_INFO_BAR)); |