| Index: chrome/browser/ui/infobar_container_delegate.h
|
| diff --git a/chrome/browser/ui/infobar_container_delegate.h b/chrome/browser/ui/infobar_container_delegate.h
|
| index 22a54868c8f389fbf1b1ffaf95a42429d593b757..955729fad12f30cf1312d092246ce9c32fe467e4 100644
|
| --- a/chrome/browser/ui/infobar_container_delegate.h
|
| +++ b/chrome/browser/ui/infobar_container_delegate.h
|
| @@ -33,6 +33,7 @@ class InfoBarContainerDelegate : public infobars::InfoBarContainer::Delegate {
|
| // (e.g. because of a visible bookmark bar) or shorter (e.g. due to being in a
|
| // popup window) if desired.
|
| void SetMaxTopArrowHeight(int height, infobars::InfoBarContainer* container);
|
| + int DefaultMaxTopArrowHeight() const;
|
|
|
| // infobars::InfoBarContainer::Delegate:
|
| int ArrowTargetHeightForInfoBar(
|
|
|