Index: chrome/browser/cocoa/page_info_window_mac.h |
diff --git a/chrome/browser/cocoa/page_info_window_mac.h b/chrome/browser/cocoa/page_info_window_mac.h |
index 587a320aaecc8849011f32e8d077d2d69a30a04f..a8abbc4611c19c354106f6cefc2de76df4efcfdb 100644 |
--- a/chrome/browser/cocoa/page_info_window_mac.h |
+++ b/chrome/browser/cocoa/page_info_window_mac.h |
@@ -58,9 +58,6 @@ class PageInfoWindowMac : public PageInfoModel::PageInfoModelObserver { |
PageInfoWindowMac(PageInfoWindowController* controller, |
PageInfoModel* model); |
- // Shared constructor initialization. |
- void Init(); |
- |
// Dynamically creates the window's content section. |
void LayoutSections(); |
@@ -73,10 +70,6 @@ class PageInfoWindowMac : public PageInfoModel::PageInfoModelObserver { |
// The platform-independent model for the info window. |
scoped_ptr<PageInfoModel> model_; |
- // Reference to the good and bad images that are placed within the UI. |
- scoped_nsobject<NSImage> good_image_; |
- scoped_nsobject<NSImage> bad_image_; |
- |
// The certificate ID for the page, 0 if the page is not over HTTPS. |
int cert_id_; |