| 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 2cc0a965300b87f4e6e9802316e20385f86f6293..00ca58fca0b8d736b7f20925b1859ce79d009869 100644
|
| --- a/chrome/browser/ui/cocoa/base_bubble_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/base_bubble_controller.mm
|
| @@ -72,7 +72,6 @@
|
| DCHECK(theWindow);
|
| if ((self = [super initWithWindow:theWindow])) {
|
| parentWindow_ = parentWindow;
|
| - anchor_ = anchoredAt;
|
| shouldOpenAsKeyWindow_ = YES;
|
| shouldCloseOnResignKey_ = YES;
|
|
|
| @@ -86,6 +85,7 @@
|
|
|
| [self registerForNotifications];
|
| [self awakeFromNib];
|
| + [self setAnchorPoint:anchoredAt];
|
| }
|
| return self;
|
| }
|
|
|