| Index: chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm
|
| diff --git a/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm b/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm
|
| index 2395c561cc14878044fee298d9f1b4fa6488f23b..730c2f7308ba7df6eb1f2cdc90656149ac059c47 100644
|
| --- a/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm
|
| +++ b/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm
|
| @@ -486,6 +486,7 @@ NSTextField* LabelWithFrame(NSString* text, const NSRect& frame) {
|
| }
|
|
|
| - (IBAction)closeBubble:(id)sender {
|
| + contentSettingBubbleModel_->OnDoneClicked();
|
| [self close];
|
| }
|
|
|
|
|