diff options
author | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-15 19:52:24 +0000 |
---|---|---|
committer | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-15 19:52:24 +0000 |
commit | ad02e2f8c32af11fced8b53c60428f4d5e19bb70 (patch) | |
tree | 140984a17f67651e5dc1d1fe24d2775c28f2b407 /chrome/browser/page_info_model.h | |
parent | 739ae5b5ac2f2aed8a7486c48560c3a6a6918535 (diff) | |
download | chromium_src-ad02e2f8c32af11fced8b53c60428f4d5e19bb70.zip chromium_src-ad02e2f8c32af11fced8b53c60428f4d5e19bb70.tar.gz chromium_src-ad02e2f8c32af11fced8b53c60428f4d5e19bb70.tar.bz2 |
SSLv3 fallback should trigger a minor warning icon instead of
an error icon. The middle section (connection status) of the
Page Info bubble should have the minor warning icon instead of
the error icon.
R=agl
BUG=72716
TEST=Visit https://web3.uottawa.ca/infoweb/logon/en.html and click
the lock icon in the location bar. The middle section should
show a minor warning icon (a small yellow triangle on a gray
padlock) instead of an error icon (a small white X on a red
padlock).
Review URL: http://codereview.chromium.org/6480061
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74996 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/page_info_model.h')
-rw-r--r-- | chrome/browser/page_info_model.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/page_info_model.h b/chrome/browser/page_info_model.h index 9edabc5..df7d986 100644 --- a/chrome/browser/page_info_model.h +++ b/chrome/browser/page_info_model.h @@ -35,6 +35,8 @@ class PageInfoModel { SECTION_INFO_FIRST_VISIT, }; + // NOTE: ICON_STATE_OK ... ICON_STATE_ERROR must be listed in increasing + // order of severity. Code may depend on this order. enum SectionStateIcon { // No icon. ICON_NONE = -1, |