diff options
Diffstat (limited to 'chrome/browser/ui/cocoa/browser_window_controller.h')
-rw-r--r-- | chrome/browser/ui/cocoa/browser_window_controller.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/ui/cocoa/browser_window_controller.h b/chrome/browser/ui/cocoa/browser_window_controller.h index cf77b7d..58e3856 100644 --- a/chrome/browser/ui/cocoa/browser_window_controller.h +++ b/chrome/browser/ui/cocoa/browser_window_controller.h @@ -460,6 +460,9 @@ class TabContents; // |source| rect doesn't fit into |target|. - (NSSize)overflowFrom:(NSRect)source to:(NSRect)target; + +// The fullscreen exit bubble controller, or nil if the bubble isn't showing. +- (FullscreenExitBubbleController*)fullscreenExitBubbleController; @end // @interface BrowserWindowController (TestingAPI) |