| 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..cfcea46ca985ef02289e716fc5c90b3b32dd83db 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 z-order of subviews is correct.
|
| +- (void)updateSubviewZOrder;
|
| +
|
| @end // @interface BrowserWindowController(Private)
|
|
|
| #endif // CHROME_BROWSER_UI_COCOA_BROWSER_WINDOW_CONTROLLER_PRIVATE_H_
|
|
|