Index: ios/clean/chrome/browser/ui/tools/menu_view_controller.h |
diff --git a/ios/clean/chrome/browser/ui/tools/menu_view_controller.h b/ios/clean/chrome/browser/ui/tools/menu_view_controller.h |
index 1ab5bf01a6527e8aaee9f7ae28f7ded5b2cff69f..757167b292bb2ca949ceb43ef84bb7d35051e7f5 100644 |
--- a/ios/clean/chrome/browser/ui/tools/menu_view_controller.h |
+++ b/ios/clean/chrome/browser/ui/tools/menu_view_controller.h |
@@ -9,14 +9,18 @@ |
#import "ios/clean/chrome/browser/ui/tools/tools_consumer.h" |
+@protocol FindInPageVisibilityCommands; |
@protocol ToolsMenuCommands; |
// View controller that displays a vertical list of buttons to act as a menu. |
// The view controller dismisses as soon as any of the buttons, or any area |
// outside the presentation area, is tapped. |
@interface MenuViewController : UIViewController<ToolsConsumer> |
+ |
// The dispatcher for this view controller. |
-@property(nonatomic, weak) id<ToolsMenuCommands> dispatcher; |
+@property(nonatomic, weak) id<FindInPageVisibilityCommands, ToolsMenuCommands> |
+ dispatcher; |
+ |
@end |
#endif // IOS_CLEAN_CHROME_BROWSER_UI_TOOLS_MENU_VIEW_CONTROLLER_H_ |