| Index: chrome/browser/cocoa/page_info_bubble_controller.h
|
| diff --git a/chrome/browser/cocoa/page_info_bubble_controller.h b/chrome/browser/cocoa/page_info_bubble_controller.h
|
| index 7d3d9a3087a86857f7a395a2d7398dbed77ecf48..f0d3b1daa323e9cba7e64450c3cd1b3a265573bd 100644
|
| --- a/chrome/browser/cocoa/page_info_bubble_controller.h
|
| +++ b/chrome/browser/cocoa/page_info_bubble_controller.h
|
| @@ -21,12 +21,6 @@
|
|
|
| // The certificate ID for the page, 0 if the page is not over HTTPS.
|
| int certID_;
|
| -
|
| - // Reference to the images that are placed within the UI.
|
| - scoped_nsobject<NSImage> okImage_;
|
| - scoped_nsobject<NSImage> warningMinorImage_;
|
| - scoped_nsobject<NSImage> warningMajorImage_;
|
| - scoped_nsobject<NSImage> errorImage_;
|
| }
|
|
|
| @property (nonatomic, assign) int certID;
|
|
|