Index: ios/chrome/browser/ui/popup_menu/popup_menu_controller.mm |
diff --git a/ios/chrome/browser/ui/popup_menu/popup_menu_controller.mm b/ios/chrome/browser/ui/popup_menu/popup_menu_controller.mm |
index 2ae15123ce14d4004a78e35096c3caf69ca63271..c4f80a6cb5967b3c9c99a92abae147719b13b135 100644 |
--- a/ios/chrome/browser/ui/popup_menu/popup_menu_controller.mm |
+++ b/ios/chrome/browser/ui/popup_menu/popup_menu_controller.mm |
@@ -67,6 +67,7 @@ static CGPoint AnimateInIntermediaryPoint(CGPoint source, CGPoint destination) { |
@synthesize backgroundButton = backgroundButton_; |
@synthesize popupContainer = popupContainer_; |
@synthesize delegate = delegate_; |
+@synthesize dispatcher = dispatcher_; |
- (id)initWithParentView:(UIView*)parent { |
return [self initWithParentView:parent |