| Index: chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.mm
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.mm (revision 108351)
|
| +++ chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.mm (working copy)
|
| @@ -93,7 +93,6 @@
|
| - (void)deny:(id)sender {
|
| DCHECK(fullscreen_bubble::ShowButtonsForType(bubbleType_));
|
| browser_->OnDenyFullscreenPermission(bubbleType_);
|
| - [self hideSoon];
|
| }
|
|
|
| - (void)showButtons:(BOOL)show {
|
|
|