| 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 e1d47caafdda24f1c21fda1f324193e8539575e4..8b6f30827c53414f36721a5f4ac80d6ac3441189 100644
|
| --- a/chrome/browser/ui/page_info/page_info_ui.h
|
| +++ b/chrome/browser/ui/page_info/page_info_ui.h
|
| @@ -184,6 +184,9 @@ class PageInfoUI {
|
| static const gfx::Image& GetConnectionIcon(
|
| PageInfo::SiteConnectionStatus status);
|
|
|
| + // Returns the icon for the Certificate area.
|
| + static const gfx::Image& GetCertificateIcon();
|
| +
|
| // Sets cookie information.
|
| virtual void SetCookieInfo(const CookieInfoList& cookie_info_list) = 0;
|
|
|
|
|