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

Unified Diff: chrome/browser/ui/cocoa/infobars/infobar_container_controller.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/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;

Powered by Google App Engine
This is Rietveld 408576698