diff options
Diffstat (limited to 'chrome/browser/views/page_info_bubble_view.cc')
-rw-r--r-- | chrome/browser/views/page_info_bubble_view.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/views/page_info_bubble_view.cc b/chrome/browser/views/page_info_bubble_view.cc index 0aa1d71..90fa667 100644 --- a/chrome/browser/views/page_info_bubble_view.cc +++ b/chrome/browser/views/page_info_bubble_view.cc @@ -140,8 +140,6 @@ void PageInfoBubbleView::LayoutSections() { for (int i = 0; i < count; ++i) { PageInfoModel::SectionInfo info = model_.GetSectionInfo(i); layout->StartRow(0, 0); - // TODO(finnur): Remove title from the info struct, since it is - // not used anymore. const SkBitmap* icon = model_.GetIconImage(info.icon_id); layout->AddView(new Section(this, info, icon, cert_id_ > 0)); |