diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-13 18:55:39 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-13 18:55:39 +0000 |
commit | d6fb67d13717c96a852e95d9942915947c1c96c1 (patch) | |
tree | 10d30d7b05dce05ae95c7d91c40d65634d24475c /chrome/browser/tab_contents/navigation_entry.h | |
parent | 2913e84f3ea32a61e93086726f65f0a5426917a3 (diff) | |
download | chromium_src-d6fb67d13717c96a852e95d9942915947c1c96c1.zip chromium_src-d6fb67d13717c96a852e95d9942915947c1c96c1.tar.gz chromium_src-d6fb67d13717c96a852e95d9942915947c1c96c1.tar.bz2 |
Remove more dead code/strings relating to mixed/unsafe content.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/2098001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47168 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tab_contents/navigation_entry.h')
-rw-r--r-- | chrome/browser/tab_contents/navigation_entry.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/tab_contents/navigation_entry.h b/chrome/browser/tab_contents/navigation_entry.h index 503f1f1..7aaa5e0 100644 --- a/chrome/browser/tab_contents/navigation_entry.h +++ b/chrome/browser/tab_contents/navigation_entry.h @@ -37,9 +37,8 @@ class NavigationEntry { public: // Flags used for the page security content status. enum ContentStatusFlags { - NORMAL_CONTENT = 0, // Neither of the 2 cases below. + NORMAL_CONTENT = 0, // No mixed content. MIXED_CONTENT = 1 << 0, // https page containing http resources. - UNSAFE_CONTENT = 1 << 1 // https page containing broken https resources. }; SSLStatus(); |