Index: chrome/browser/ui/cocoa/browser_window_controller.mm |
=================================================================== |
--- chrome/browser/ui/cocoa/browser_window_controller.mm (revision 108351) |
+++ chrome/browser/ui/cocoa/browser_window_controller.mm (working copy) |
@@ -1856,6 +1856,11 @@ |
return NSMakeSize(x, y); |
} |
+// (Private/TestingAPI) |
+- (FullscreenExitBubbleController*)fullscreenExitBubbleController { |
+ return fullscreenExitBubbleController_.get(); |
+} |
+ |
- (void)showInstant:(TabContents*)previewContents { |
[previewableContentsController_ showPreview:previewContents]; |
[self updateBookmarkBarVisibilityWithAnimation:NO]; |