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

Side by Side Diff: chrome/browser/ui/cocoa/browser_window_controller_private.h

Issue 435863002: Fix some infobar problems. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Animated tip Created 6 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_COCOA_BROWSER_WINDOW_CONTROLLER_PRIVATE_H_ 5 #ifndef CHROME_BROWSER_UI_COCOA_BROWSER_WINDOW_CONTROLLER_PRIVATE_H_
6 #define CHROME_BROWSER_UI_COCOA_BROWSER_WINDOW_CONTROLLER_PRIVATE_H_ 6 #define CHROME_BROWSER_UI_COCOA_BROWSER_WINDOW_CONTROLLER_PRIVATE_H_
7 7
8 #import "chrome/browser/ui/cocoa/browser_window_controller.h" 8 #import "chrome/browser/ui/cocoa/browser_window_controller.h"
9 9
10 // Private methods for the |BrowserWindowController|. This category should 10 // Private methods for the |BrowserWindowController|. This category should
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 - (CGFloat)toolbarDividerOpacity; 146 - (CGFloat)toolbarDividerOpacity;
147 147
148 // Ensures the z-order of subviews is correct. 148 // Ensures the z-order of subviews is correct.
149 - (void)updateSubviewZOrder:(BOOL)inPresentationMode; 149 - (void)updateSubviewZOrder:(BOOL)inPresentationMode;
150 150
151 - (void)updateAllowOverlappingViews:(BOOL)inPresentationMode; 151 - (void)updateAllowOverlappingViews:(BOOL)inPresentationMode;
152 152
153 // Update visibility of the infobar tip, depending on the state of the window. 153 // Update visibility of the infobar tip, depending on the state of the window.
154 - (void)updateInfoBarTipVisibility; 154 - (void)updateInfoBarTipVisibility;
155 155
156 // Returns the max top arrow height for infobar.
157 - (NSInteger)getMaxTopInfoBarArrowHeight;
Robert Sesek 2014/08/12 20:51:27 naming: -infoBarMaxTopArrowHeight.
158
156 @end // @interface BrowserWindowController(Private) 159 @end // @interface BrowserWindowController(Private)
157 160
158 #endif // CHROME_BROWSER_UI_COCOA_BROWSER_WINDOW_CONTROLLER_PRIVATE_H_ 161 #endif // CHROME_BROWSER_UI_COCOA_BROWSER_WINDOW_CONTROLLER_PRIVATE_H_
OLDNEW
« 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