Chromium Code Reviews| Index: chrome/browser/ui/cocoa/toolbar/toolbar_controller.h |
| diff --git a/chrome/browser/ui/cocoa/toolbar/toolbar_controller.h b/chrome/browser/ui/cocoa/toolbar/toolbar_controller.h |
| index 316a89f9a4a6a69e180818b010376c3413e921cb..57aece912475f766fb1777d672614ce3affa4af6 100644 |
| --- a/chrome/browser/ui/cocoa/toolbar/toolbar_controller.h |
| +++ b/chrome/browser/ui/cocoa/toolbar/toolbar_controller.h |
| @@ -200,6 +200,7 @@ class NotificationBridge; |
| - (void)installAppMenu; |
| // Return a hover button for the current event. |
| - (NSButton*)hoverButtonForEvent:(NSEvent*)theEvent; |
| +- (void)toolbarFrameChanged; |
|
tapted
2017/01/04 06:08:09
this needs a comment, per go/objcguide#Declaration
lgrey
2017/01/04 17:36:38
Done.
|
| @end |
| #endif // CHROME_BROWSER_UI_COCOA_TOOLBAR_TOOLBAR_CONTROLLER_H_ |