| 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 96c4a46159bade60c597ff6e6e8bf151ece0845b..2a0297d231969bb14a898615ab1d52499e30329d 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| @@ -96,21 +96,6 @@ class WebContents;
|
| // The min Y of the bubble point in the coordinate space of the toolbar.
|
| - (NSInteger)pageInfoBubblePointY;
|
|
|
| -// Allows the omnibox to slide. Also prepares UI for several fullscreen modes.
|
| -// This method gets called when entering AppKit fullscren, or when entering
|
| -// Immersive fullscreen. Expects fullscreenStyle_ to be set.
|
| -- (void)adjustUIForSlidingFullscreenStyle:(FullscreenSlidingStyle)style;
|
| -
|
| -// This method gets called when exiting AppKit fullscreen, or when exiting
|
| -// Immersive fullscreen. It performs some common UI changes, and stops the
|
| -// omnibox from sliding.
|
| -- (void)adjustUIForExitingFullscreenAndStopOmniboxSliding;
|
| -
|
| -// Exposed for testing.
|
| -// Creates a FullscreenToolbarController with the given style.
|
| -- (FullscreenToolbarController*)newFullscreenToolbarControllerWithStyle:
|
| - (FullscreenSlidingStyle)style;
|
| -
|
| // Toggles the AppKit Fullscreen API. By default, doing so enters Canonical
|
| // Fullscreen.
|
| - (void)enterAppKitFullscreen;
|
| @@ -174,9 +159,6 @@ class WebContents;
|
| // it when we are entering fullscreen.
|
| - (void)adjustUIForEnteringFullscreen;
|
|
|
| -// 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*)
|
|
|