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

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

Issue 196043: Pretty-up the blocked popup view by sharing code from the status bubble. Bloc... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 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/blocked_popup_container_controller.h
===================================================================
--- chrome/browser/cocoa/blocked_popup_container_controller.h (revision 25624)
+++ chrome/browser/cocoa/blocked_popup_container_controller.h (working copy)
@@ -26,6 +26,9 @@
scoped_ptr<BlockedPopupContainerView> bridge_;
BlockedPopupContainer* container_; // Weak. "owns" me.
scoped_nsobject<NSView> view_;
+ scoped_nsobject<NSButton> closeButton_;
+ // Tracking area for close button mouseover images.
+ scoped_nsobject<NSTrackingArea> closeTrackingArea_;
IBOutlet NSPopUpButton* popupButton_;
}

Powered by Google App Engine
This is Rietveld 408576698