| 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 3e7ab187313dc20e44a22d46da12a418efe46f31..1ef5002e273ac1787f8babc8e4a57a7a6befa3d3 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller.h
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller.h
|
| @@ -441,6 +441,10 @@ class Command;
|
| // Returns the size of the original (non-fullscreen) window.
|
| - (NSRect)savedRegularWindowFrame;
|
|
|
| +// Returns true if the browser is in the process of entering/exiting
|
| +// fullscreen.
|
| +- (BOOL)isFullscreenTransitionInProgress;
|
| +
|
| @end // @interface BrowserWindowController(WindowType)
|
|
|
| // Fullscreen terminology:
|
|
|