| 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 a61a2e8cde160c63ba7455c7b04d5f212473c474..6258e774d397bf322328130df6d8c41d6cf01ae8 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller.h
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller.h
|
| @@ -435,6 +435,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:
|
|
|