Chromium Code Reviews| Index: ios/clean/chrome/browser/ui/presenters/menu_presentation_controller.h |
| diff --git a/ios/clean/chrome/browser/ui/presenters/menu_presentation_controller.h b/ios/clean/chrome/browser/ui/presenters/menu_presentation_controller.h |
| index aba4d49803afe76a3bb74da89f1a1529519b1973..2bf2bd025e18904997976b7384a00cebcdbb1e8c 100644 |
| --- a/ios/clean/chrome/browser/ui/presenters/menu_presentation_controller.h |
| +++ b/ios/clean/chrome/browser/ui/presenters/menu_presentation_controller.h |
| @@ -7,7 +7,7 @@ |
| #import <UIKit/UIKit.h> |
| -@protocol ToolbarCommands; |
| +@protocol ToolsMenuCommands; |
| // A presentation controller for presenting a "menu" interface: a (usually) |
| // rectangular presentation that covers part of the window, and which doesn't |
| @@ -21,7 +21,8 @@ |
| // the region the menu appears in. Otherwise a default rectangular area is |
| // controller's view. |
| @interface MenuPresentationController : UIPresentationController |
| -@property(nonatomic, assign) id<ToolbarCommands> toolbarCommandHandler; |
| +// The dispatcher for this presentation controller |
|
edchin
2017/03/31 02:44:57
nit: period.
sczs
2017/03/31 17:32:57
Done.
|
| +@property(nonatomic, weak) id<ToolsMenuCommands> dispatcher; |
| @end |
| #endif // IOS_CLEAN_CHROME_BROWSER_UI_PRESENTERS_MENU_PRESENTATION_CONTROLLER_H_ |