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

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

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.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;
« no previous file with comments | « ios/chrome/browser/ui/omnibox/page_info_view_controller.mm ('k') | ios/chrome/browser/ui/popup_menu/popup_menu_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698