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

Unified Diff: ios/chrome/browser/ui/popup_menu/popup_menu_controller.mm

Issue 2965963002: [ios] Remove IDC_STOP and IDC_RELOAD
Patch Set: Rebased. Created 3 years, 5 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: 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
« no previous file with comments | « ios/chrome/browser/ui/popup_menu/popup_menu_controller.h ('k') | ios/chrome/browser/ui/toolbar/toolbar_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698