diff options
Diffstat (limited to 'chrome/browser/cocoa/blocked_popup_container_controller.h')
-rw-r--r-- | chrome/browser/cocoa/blocked_popup_container_controller.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome/browser/cocoa/blocked_popup_container_controller.h b/chrome/browser/cocoa/blocked_popup_container_controller.h index 39cba6f..267b893 100644 --- a/chrome/browser/cocoa/blocked_popup_container_controller.h +++ b/chrome/browser/cocoa/blocked_popup_container_controller.h @@ -26,7 +26,7 @@ scoped_ptr<BlockedPopupContainerView> bridge_; BlockedPopupContainer* container_; // Weak. "owns" me. scoped_nsobject<NSView> view_; - IBOutlet NSTextField* label_; + IBOutlet NSPopUpButton* popupButton_; } // Initialize with the given popup container. Creates the C++ bridge object @@ -45,8 +45,10 @@ @interface BlockedPopupContainerController(ForTesting) - (NSView*)view; -- (NSView*)label; +- (NSPopUpButton*)popupButton; - (IBAction)closePopup:(id)sender; +- (NSMenu*)buildMenu; +- (void)setContainer:(BlockedPopupContainer*)container; @end #endif // CHROME_BROWSER_VIEWS_BLOCKED_POPUP_CONTAINER_CONTROLLER_H_ |