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

Unified Diff: chrome/browser/ui/cocoa/browser_window_controller_private.h

Issue 2862003004: Mac: Fix infobar anchor under Harmony. (Closed)
Patch Set: s/. I/ i/ Created 3 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/browser_window_controller_private.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/browser_window_controller_private.h
diff --git a/chrome/browser/ui/cocoa/browser_window_controller_private.h b/chrome/browser/ui/cocoa/browser_window_controller_private.h
index 483c4ea1a6fc68c95a4c34fcbb417b18a4325bc4..698945eb7b0172d98f9f815f87c5310af2a782fe 100644
--- a/chrome/browser/ui/cocoa/browser_window_controller_private.h
+++ b/chrome/browser/ui/cocoa/browser_window_controller_private.h
@@ -93,8 +93,8 @@ class WebContents;
// Update visibility of the infobar tip, depending on the state of the window.
- (void)updateInfoBarTipVisibility;
-// The min Y of the bubble point in the coordinate space of the toolbar.
-- (NSInteger)pageInfoBubblePointY;
+// The distance from the toolbar bottom to the anchor point for InfoBars.
+- (NSInteger)infoBarAnchorPointY;
// Toggles the AppKit Fullscreen API. By default, doing so enters Canonical
// Fullscreen.
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/browser_window_controller_private.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698