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

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

Issue 3560004: Refactor the code for loading icons into the PageInfoModel. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: cleanup Created 10 years, 3 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
« no previous file with comments | « base/mac_util_unittest.mm ('k') | chrome/browser/cocoa/page_info_bubble_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « base/mac_util_unittest.mm ('k') | chrome/browser/cocoa/page_info_bubble_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698