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

Unified Diff: ios/clean/chrome/browser/ui/tools/tools_coordinator.mm

Issue 2603783002: [Clean Skeleton] Fix menu dismiss and positions. (Closed)
Patch Set: Fix strip include. Created 3 years, 11 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/clean/chrome/browser/ui/tools/tools_coordinator.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « ios/clean/chrome/browser/ui/tools/tools_coordinator.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698