diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-11 21:32:20 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-11 21:32:20 +0000 |
commit | 6867ba3609ac7ba4f4dee12a4d4bc1e9bcc5bc19 (patch) | |
tree | 3bb0c024094a41502551be6a7965b711117eeefb /chrome/browser/page_info_model.cc | |
parent | 7925a89f2bcf3f9a8bd1918967dc036b494cff2a (diff) | |
download | chromium_src-6867ba3609ac7ba4f4dee12a4d4bc1e9bcc5bc19.zip chromium_src-6867ba3609ac7ba4f4dee12a4d4bc1e9bcc5bc19.tar.gz chromium_src-6867ba3609ac7ba4f4dee12a4d4bc1e9bcc5bc19.tar.bz2 |
Remove vestiges of has_unsafe_content(), which is no longer used.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/2049008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46965 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/page_info_model.cc')
-rw-r--r-- | chrome/browser/page_info_model.cc | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/chrome/browser/page_info_model.cc b/chrome/browser/page_info_model.cc index f657273..890c3dfb 100644 --- a/chrome/browser/page_info_model.cc +++ b/chrome/browser/page_info_model.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -146,14 +146,6 @@ PageInfoModel::PageInfoModel(Profile* profile, description, l10n_util::GetStringUTF16( IDS_PAGE_INFO_SECURITY_TAB_ENCRYPTED_MIXED_CONTENT_WARNING))); - } else if (ssl.has_unsafe_content()) { - state = false; - description.assign( - l10n_util::GetStringFUTF16( - IDS_PAGE_INFO_SECURITY_TAB_ENCRYPTED_SENTENCE_LINK, - description, - l10n_util::GetStringUTF16( - IDS_PAGE_INFO_SECURITY_TAB_ENCRYPTED_BAD_HTTPS_WARNING))); } } sections_.push_back(SectionInfo( |