Chromium Code Reviews| Index: chrome/browser/ui/cocoa/infobars/infobar_container_controller.h |
| diff --git a/chrome/browser/ui/cocoa/infobars/infobar_container_controller.h b/chrome/browser/ui/cocoa/infobars/infobar_container_controller.h |
| index 59431444d15a32d1faf104fd08450cfa59295479..3ef5236899668cabcd074314a77d2eae5e49b354 100644 |
| --- a/chrome/browser/ui/cocoa/infobars/infobar_container_controller.h |
| +++ b/chrome/browser/ui/cocoa/infobars/infobar_container_controller.h |
| @@ -92,6 +92,12 @@ class InfoBarDelegate; |
| // |browser_controller_| that it needs to resize the container view. |
| - (void)positionInfoBarsAndRedraw:(BOOL)isAnimating; |
| +// Set the max arrow height of the top infobar. |
| +- (void)setMaxTopArrowHeight:(int)height; |
|
Robert Sesek
2014/08/07 18:12:54
Use NSInteger, for consistency with -defaultArrowH
|
| + |
| +// Get the default arrow height. |
| +- (NSInteger)defaultArrowHeight; |
| + |
| @end |
| #endif // CHROME_BROWSER_UI_COCOA_INFOBARS_INFOBAR_CONTAINER_CONTROLLER_H_ |