| Index: ios/clean/chrome/browser/ui/tools/tools_coordinator.mm
|
| diff --git a/ios/clean/chrome/browser/ui/tools/tools_coordinator.mm b/ios/clean/chrome/browser/ui/tools/tools_coordinator.mm
|
| index 50946fde6b871d11bf93d9c4a67f0e2a596f7c3e..3d01ac2415d94f959a64c9b2d6ef57a6ff8ef8b0 100644
|
| --- a/ios/clean/chrome/browser/ui/tools/tools_coordinator.mm
|
| +++ b/ios/clean/chrome/browser/ui/tools/tools_coordinator.mm
|
| @@ -21,6 +21,7 @@
|
| @end
|
|
|
| @implementation ToolsCoordinator
|
| +@synthesize toolbarCommandHandler = _toolbarCommandHandler;
|
| @synthesize menuViewController = _menuViewController;
|
|
|
| #pragma mark - BrowserCoordinator
|
| @@ -67,6 +68,7 @@ presentationControllerForPresentedViewController:(UIViewController*)presented
|
| [[MenuPresentationController alloc]
|
| initWithPresentedViewController:presented
|
| presentingViewController:presenting];
|
| + menuPresentation.toolbarCommandHandler = self.toolbarCommandHandler;
|
| return menuPresentation;
|
| }
|
|
|
|
|