Index: ios/chrome/browser/ui/popup_menu/popup_menu_controller.h |
diff --git a/ios/chrome/browser/ui/popup_menu/popup_menu_controller.h b/ios/chrome/browser/ui/popup_menu/popup_menu_controller.h |
index a3fdafb5f0e2581497481d31795174cf8697e25d..31ab294f7a2007a0c357059a5f6f2722be5d3b20 100644 |
--- a/ios/chrome/browser/ui/popup_menu/popup_menu_controller.h |
+++ b/ios/chrome/browser/ui/popup_menu/popup_menu_controller.h |
@@ -7,6 +7,7 @@ |
#import <UIKit/UIKit.h> |
+@protocol BrowserCommands; |
@class PopupMenuController; |
@class PopupMenuView; |
@@ -32,6 +33,8 @@ |
@property(nonatomic, readonly, strong) UIButton* backgroundButton; |
// Delegate for the popup menu. |
@property(nonatomic, weak) id<PopupMenuDelegate> delegate; |
+// Dispatcher for browser commands. |
+@property(nonatomic, weak) id<BrowserCommands> dispatcher; |
// Initializes the PopupMenuController and adds its views inside of parent. |
- (id)initWithParentView:(UIView*)parent; |