| Index: chrome/browser/ui/cocoa/browser_window_controller.h
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/browser_window_controller.h (revision 108351)
|
| +++ chrome/browser/ui/cocoa/browser_window_controller.h (working copy)
|
| @@ -460,6 +460,9 @@
|
| // |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)
|
|
|
|
|
|
|