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

Unified Diff: ios/chrome/browser/ui/toolbar/toolbar_controller.h

Issue 2965943002: [ios] Remove IDC_BACK and IDC_FORWARD
Patch Set: Rebase, self review. 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
« no previous file with comments | « ios/chrome/browser/ui/omnibox_perftest.mm ('k') | ios/chrome/browser/ui/toolbar/toolbar_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/toolbar/toolbar_controller.h
diff --git a/ios/chrome/browser/ui/toolbar/toolbar_controller.h b/ios/chrome/browser/ui/toolbar/toolbar_controller.h
index fd9c3889a4b1f572b89f90e29fea2817647a5f3c..0d15ce45b17ebad421fb8b8b6b56d44e2778d71b 100644
--- a/ios/chrome/browser/ui/toolbar/toolbar_controller.h
+++ b/ios/chrome/browser/ui/toolbar/toolbar_controller.h
@@ -18,6 +18,7 @@
#include "ios/chrome/browser/ui/ui_util.h"
#import "ios/chrome/browser/ui/util/relaxed_bounds_constraints_hittest.h"
+@protocol BrowserCommands;
class ReadingListModel;
@class ToolsMenuConfiguration;
@@ -134,6 +135,8 @@ extern const CGRect kToolbarFrame[INTERFACE_IDIOM_COUNT];
// The reading list model reflected by the toolbar.
@property(nonatomic, readwrite, assign) ReadingListModel* readingListModel;
+@property(nonatomic, readwrite, weak) id<BrowserCommands> dispatcher;
+
// Designated initializer. |style| determines how the toolbar draws itself.
- (instancetype)initWithStyle:(ToolbarControllerStyle)style
NS_DESIGNATED_INITIALIZER;
« no previous file with comments | « ios/chrome/browser/ui/omnibox_perftest.mm ('k') | ios/chrome/browser/ui/toolbar/toolbar_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698