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 8c7c30b33654594cd8a4ab7f68aef8b29f6fc4d8..eb21da83d5917f21421f48161bff975320b2aa4c 100644 |
--- a/chrome/browser/ui/cocoa/browser_window_controller.h |
+++ b/chrome/browser/ui/cocoa/browser_window_controller.h |
@@ -149,6 +149,11 @@ class Command; |
// of transitioning into fullscreen presentation mode. |
BOOL enteringPresentationMode_; |
+ // When the window is in the process of entering AppKit Fullscreen, this |
+ // property indicates whether the window is being fullscreened on the |
+ // primary screen. |
+ BOOL enteringAppKitFullscreenOnPrimaryScreen_; |
+ |
// The size of the original (non-fullscreen) window. This is saved just |
// before entering fullscreen mode and is only valid when |-isFullscreen| |
// returns YES. |