| 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_;
|
|
|
|
|