| Index: chrome/browser/ui/cocoa/browser_window_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/browser_window_controller.mm b/chrome/browser/ui/cocoa/browser_window_controller.mm
|
| index 69e51c3c192e9fca16e2cfa622d8de452ad735cc..b18ad97ff56998f62c72ec52c8676e5f120c5598 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller.mm
|
| @@ -1713,6 +1713,8 @@ - (void)windowDidResize:(NSNotification*)notification {
|
| statusBubble_->UpdateSizeAndPosition();
|
| }
|
|
|
| + [self updatePermissionBubbleAnchor];
|
| +
|
| // The FindBar needs to know its own position to properly detect overlaps
|
| // with find results. The position changes whenever the window is resized,
|
| // and |layoutSubviews| computes the FindBar's position.
|
|
|