| Index: chrome/browser/ui/cocoa/presentation_mode_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/presentation_mode_controller.h b/chrome/browser/ui/cocoa/presentation_mode_controller.h
|
| index 3ee4319856b31db699e64682967b9519a996f4ea..56bb6f004d2e4ca941c72868eed9de31b4561651 100644
|
| --- a/chrome/browser/ui/cocoa/presentation_mode_controller.h
|
| +++ b/chrome/browser/ui/cocoa/presentation_mode_controller.h
|
| @@ -145,6 +145,10 @@ enum SlidingStyle {
|
| // Returns true if the window is the main window.
|
| - (BOOL)isMainWindow;
|
|
|
| +// Returns true if the browser is in the process of entering/exiting
|
| +// fullscreen.
|
| +- (BOOL)isFullscreenTransitionInProgress;
|
| +
|
| @end
|
|
|
| // Private methods exposed for testing.
|
|
|