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

Unified Diff: chrome/browser/cocoa/page_info_window_mac.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
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_;
« no previous file with comments | « chrome/browser/cocoa/page_info_bubble_controller_unittest.mm ('k') | chrome/browser/cocoa/page_info_window_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698