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

Unified Diff: ios/chrome/browser/ui/toolbar/toolbar_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/toolbar/toolbar_controller.mm
diff --git a/ios/chrome/browser/ui/toolbar/toolbar_controller.mm b/ios/chrome/browser/ui/toolbar/toolbar_controller.mm
index b45523725526877807446b2edb4781f3932a7f47..c73073e59332605538f33c9edca02b1d8435feea 100644
--- a/ios/chrome/browser/ui/toolbar/toolbar_controller.mm
+++ b/ios/chrome/browser/ui/toolbar/toolbar_controller.mm
@@ -592,7 +592,8 @@ const LayoutOffset kButtonFadeOutXOffset = 10;
[configuration setToolsMenuButton:toolsMenuButton_];
toolsPopupController_ =
- [[ToolsPopupController alloc] initWithConfiguration:configuration];
+ [[ToolsPopupController alloc] initWithConfiguration:configuration
+ dispatcher:self.dispatcher];
[toolsPopupController_ setDelegate:self];
« no previous file with comments | « ios/chrome/browser/ui/popup_menu/popup_menu_controller.mm ('k') | ios/chrome/browser/ui/toolbar/web_toolbar_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698