Index: chrome/browser/ui/page_info/page_info_ui.h |
diff --git a/chrome/browser/ui/page_info/page_info_ui.h b/chrome/browser/ui/page_info/page_info_ui.h |
index 391f52861f5668675953c6dcc17b935b71b1ae8f..a50bde77338d270261a1e593ab9c5151cec6dd98 100644 |
--- a/chrome/browser/ui/page_info/page_info_ui.h |
+++ b/chrome/browser/ui/page_info/page_info_ui.h |
@@ -195,6 +195,12 @@ class PageInfoUI { |
static const gfx::Image& GetConnectionIcon( |
PageInfo::SiteConnectionStatus status); |
+ // Returns the icon for the Certificate area. |
+ static const gfx::Image& GetCertificateIcon(); |
+ |
+ // Returns true if the Certificate Viewer link should be shown. |
+ static bool ShouldShowCertificateLink(); |
+ |
// Sets cookie information. |
virtual void SetCookieInfo(const CookieInfoList& cookie_info_list) = 0; |