| 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..0ee0029ca6f7b9d4b953d76d9b04e8e3bebee71c 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:(NSInteger)height;
|
| +
|
| +// Get the default arrow height.
|
| +- (NSInteger)defaultArrowHeight;
|
| +
|
| @end
|
|
|
| #endif // CHROME_BROWSER_UI_COCOA_INFOBARS_INFOBAR_CONTAINER_CONTROLLER_H_
|
|
|