diff options
author | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-15 02:32:23 +0000 |
---|---|---|
committer | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-15 02:32:23 +0000 |
commit | 7c37a7b1ae7ff1df70303891757b09288a5ec743 (patch) | |
tree | 859344316fb63f9b45f39407b734cdf2282a91b0 /chrome/app | |
parent | 8bb2fd7c8896ed389c6414f709381f641bdcd4f8 (diff) | |
download | chromium_src-7c37a7b1ae7ff1df70303891757b09288a5ec743.zip chromium_src-7c37a7b1ae7ff1df70303891757b09288a5ec743.tar.gz chromium_src-7c37a7b1ae7ff1df70303891757b09288a5ec743.tar.bz2 |
Display the SECURITY_WARNING status in the location bar for the
ERR_CERT_UNABLE_TO_CHECK_REVOCATION certificate error. Do not
display an info bar.
Remove the unused ToolbarModel::GetIconHoverText function.
R=pkasting,jcivelli
BUG=27125
TEST=Visit port 452 on the chrometws server.
Review URL: http://codereview.chromium.org/1653003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44611 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 808164a..e7b9101 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -2454,9 +2454,6 @@ each locale. --> <message name="IDS_CERT_ERROR_UNABLE_TO_CHECK_REVOCATION_DETAILS" desc="Details for being unable to check revocation status of an X509 certificate"> Unable to check whether the server's certificate was revoked. </message> - <message name="IDS_CERT_ERROR_UNABLE_TO_CHECK_REVOCATION_INFO_BAR" desc="Info bar for being unable to check revocation status of an X509 certificate"> - Unable to check whether the server's certificate was revoked. - </message> <message name="IDS_CERT_ERROR_UNABLE_TO_CHECK_REVOCATION_DESCRIPTION" desc="Description for being unable to check revocation status of an X509 certificate"> Server's certificate cannot be checked </message> |