| 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..14e5432a64ccd923b4db299023dff31ef1a6a93c 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;
|
|
|
|
|