| 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 99b437fb1b04f012186a78db3963b20c423a2ac2..f5a7d91585d658fbccbda1fc4249be3c69e0dfbb 100644
|
| --- a/chrome/browser/ui/cocoa/infobars/infobar_container_controller.h
|
| +++ b/chrome/browser/ui/cocoa/infobars/infobar_container_controller.h
|
| @@ -94,6 +94,9 @@ class InfoBarDelegate;
|
| // Set the max arrow height of the top infobar.
|
| - (void)setMaxTopArrowHeight:(NSInteger)height;
|
|
|
| +// Returns the default max arrow height of the top infobar.
|
| +- (NSInteger)defaultMaxTopArrowHeight;
|
| +
|
| // The height of all the info bars. Does not include the top arrow.
|
| - (CGFloat)heightOfInfoBars;
|
|
|
|
|