| Index: chrome/browser/ui/cocoa/browser_window_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/browser_window_controller.h b/chrome/browser/ui/cocoa/browser_window_controller.h
|
| index 5281cbf5acc2a1280c570874bdc1704fd3f9cbbb..cdbe2d17aafc72bb6c0e8f10006e82ad9da548e3 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller.h
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller.h
|
| @@ -519,9 +519,6 @@ constexpr const gfx::Size kMinCocoaPopupWindowSize(100, 122);
|
| // |bubbleType|.
|
| - (void)updateFullscreenExitBubble;
|
|
|
| -// Returns YES if the browser window is in or entering any fullscreen mode.
|
| -- (BOOL)isInAnyFullscreenMode;
|
| -
|
| // Returns YES if the browser window is currently in or entering fullscreen via
|
| // the built-in immersive mechanism.
|
| - (BOOL)isInImmersiveFullscreen;
|
|
|