| Index: chrome/browser/ui/cocoa/base_bubble_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/base_bubble_controller.mm b/chrome/browser/ui/cocoa/base_bubble_controller.mm
|
| index 42b62b0d77101680a785a53f5d8759f7a8546e19..2b20e209bdeb00bc2747cf986e8125c762c65088 100644
|
| --- a/chrome/browser/ui/cocoa/base_bubble_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/base_bubble_controller.mm
|
| @@ -40,6 +40,7 @@
|
| parentWindow_ = parentWindow;
|
| anchor_ = anchoredAt;
|
| shouldOpenAsKeyWindow_ = YES;
|
| + shouldCloseOnResignKey_ = YES;
|
|
|
| // Watch to see if the parent window closes, and if so, close this one.
|
| NSNotificationCenter* center = [NSNotificationCenter defaultCenter];
|
|
|