Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1898)

Unified Diff: chrome/browser/ui/infobar_container_delegate.h

Issue 2196203002: [Mac] The infobar's top arrow should be hidden while the omnibox popup is shown (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert to the patch set 1 Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698