| 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 9474d5794c07f5bca1f0b7f49eedb9c1dac26450..96c4a46159bade60c597ff6e6e8bf151ece0845b 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| @@ -87,16 +87,6 @@ class WebContents;
|
| - (void)registerForContentViewResizeNotifications;
|
| - (void)deregisterForContentViewResizeNotifications;
|
|
|
| -// Allows/prevents bar visibility locks and releases from updating the visual
|
| -// state. Enabling makes changes instantaneously; disabling cancels any
|
| -// timers/animation.
|
| -- (void)enableBarVisibilityUpdates;
|
| -- (void)disableBarVisibilityUpdates;
|
| -
|
| -// If there are no visibility locks and bar visibity updates are enabled, hides
|
| -// the bar with |animation|. Otherwise, does nothing.
|
| -- (void)hideOverlayIfPossibleWithAnimation:(BOOL)animation;
|
| -
|
| // The opacity for the toolbar divider; 0 means that it shouldn't be shown.
|
| - (CGFloat)toolbarDividerOpacity;
|
|
|
| @@ -187,6 +177,11 @@ class WebContents;
|
| // Returns YES if the fullscreen is for tab content or an extension.
|
| - (BOOL)isFullscreenForTabContentOrExtension;
|
|
|
| +// Accessor for the controller managing the fullscreen toolbar visibility
|
| +// locks.
|
| +- (FullscreenToolbarVisibilityLockController*)
|
| + fullscreenToolbarVisibilityLockController;
|
| +
|
| @end // @interface BrowserWindowController(Private)
|
|
|
| #endif // CHROME_BROWSER_UI_COCOA_BROWSER_WINDOW_CONTROLLER_PRIVATE_H_
|
|
|