Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Unified Diff: chrome/browser/ui/cocoa/page_info/page_info_bubble_controller.h

Issue 2737413004: Add a Certificate Viewer link to the Page Info dropdown (Closed)
Patch Set: Add Cocoa, Fix MaxViews, Add Flag Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/cocoa/page_info/page_info_bubble_controller.h
diff --git a/chrome/browser/ui/cocoa/page_info/page_info_bubble_controller.h b/chrome/browser/ui/cocoa/page_info/page_info_bubble_controller.h
index 1621db3a84fe96aaba50b6d603617ddca02b4da4..5d455e5e40cae11ad034579c59d52cff622a33b3 100644
--- a/chrome/browser/ui/cocoa/page_info/page_info_bubble_controller.h
+++ b/chrome/browser/ui/cocoa/page_info/page_info_bubble_controller.h
@@ -30,7 +30,7 @@ struct SecurityInfo;
} // namespace security_state
// This NSWindowController subclass manages the InfoBubbleWindow and view that
-// are displayed when the user clicks the favicon or security lock icon.
+// are displayed when the user clicks the Page Info icon.
@interface PageInfoBubbleController : OmniboxDecorationBubbleController {
@private
content::WebContents* webContents_;
@@ -62,7 +62,7 @@ struct SecurityInfo;
NSTextField* resetDecisionsField_;
// The link button for revoking certificate decisions.
- // This link only shows when there is an acrive certificate exception.
+ // This link only shows when there is an active certificate exception.
NSButton* resetDecisionsButton_;
// The server certificate from the identity info. This should always be
@@ -75,6 +75,9 @@ struct SecurityInfo;
// Container for the site settings section.
NSView* siteSettingsSectionView_;
+ // Container for certificate info in the site settings section.
+ NSView* certificateView_;
+
// Container for cookies info in the site settings section.
NSView* cookiesView_;

Powered by Google App Engine
This is Rietveld 408576698