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

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

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
Index: ios/clean/chrome/browser/ui/tools/tools_coordinator.h
diff --git a/ios/clean/chrome/browser/ui/tools/tools_coordinator.h b/ios/clean/chrome/browser/ui/tools/tools_coordinator.h
index 9230705ecfcf95da240bea476ab6f0163dec5ed7..a6eed0bac529d97896ebf51e8c5d7d2ded1e2791 100644
--- a/ios/clean/chrome/browser/ui/tools/tools_coordinator.h
+++ b/ios/clean/chrome/browser/ui/tools/tools_coordinator.h
@@ -13,9 +13,12 @@
#import "ios/clean/chrome/browser/browser_coordinator.h"
+@protocol ToolbarCommands;
+
// Coordinator that shows an inteface for the user to select a
// tool or action to use.
@interface ToolsCoordinator : BrowserCoordinator
+@property(nonatomic, assign) id<ToolbarCommands> toolbarCommandHandler;
@end
#endif // IOS_CLEAN_CHROME_BROWSER_UI_TOOLS_TOOLS_COORDINATOR_H_
« no previous file with comments | « ios/clean/chrome/browser/ui/tools/menu_view_controller.mm ('k') | ios/clean/chrome/browser/ui/tools/tools_coordinator.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698