Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / cocoa / infobars / infobar_container_controller.h
index 5943144..111c77c 100644 (file)
@@ -58,11 +58,6 @@ class InfoBarDelegate;
 
   // If YES then an infobar animation is in progress.
   BOOL isAnimating_;
-
-  // The last overlap tip height. This is used to ensure that the info bar
-  // position is updated if the infobar height doesn't change but the overlap
-  // does change.
-  int oldOverlappingTipHeight_;
 }
 
 @property(nonatomic, assign) BOOL shouldSuppressTopInfoBarTip;
@@ -92,6 +87,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;
+
+// The height of all the info bars. Does not include the top arrow.
+- (CGFloat)heightOfInfoBars;
+
 @end
 
 #endif  // CHROME_BROWSER_UI_COCOA_INFOBARS_INFOBAR_CONTAINER_CONTROLLER_H_