Chromium Code Reviews| 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 64237647ac6a9704b821942ad149d6d31546c890..af26417b14a8af4eacd276b01b05f17803859e3b 100644 |
| --- a/chrome/browser/ui/cocoa/browser_window_controller_private.h |
| +++ b/chrome/browser/ui/cocoa/browser_window_controller_private.h |
| @@ -144,6 +144,20 @@ |
| - (void)enableBarVisibilityUpdates; |
| - (void)disableBarVisibilityUpdates; |
| +// The opacity for the toolbar divider; 0 means that it shouldn't be shown. |
| +- (CGFloat)toolbarDividerOpacity; |
| + |
| +// Returns YES if instant results are being shown under the omnibox. |
| +- (BOOL)isShowingInstantResults; |
| + |
| +// Updates the content offets of the tab strip controller and the previewable |
| +// contents controller. This is used to adjust the overlap between those views |
| +// and the bookmark bar. |
| +- (void)updateContentOffsets; |
| + |
| +// Ensures the zorder of subviews is correct. |
|
dhollowa
2013/01/18 00:55:11
nit: z-order
sail
2013/01/18 01:37:09
Done.
|
| +- (void)updateSubviewZOrder; |
| + |
| @end // @interface BrowserWindowController(Private) |
| #endif // CHROME_BROWSER_UI_COCOA_BROWSER_WINDOW_CONTROLLER_PRIVATE_H_ |