| Index: chrome/browser/cocoa/extension_installed_bubble_controller.mm
|
| diff --git a/chrome/browser/cocoa/extension_installed_bubble_controller.mm b/chrome/browser/cocoa/extension_installed_bubble_controller.mm
|
| index f1d476109b2ad82af36fb2457c0d5a1f5e77a58c..677e55ce104e95e30042d1fd27b59467c8a630a8 100644
|
| --- a/chrome/browser/cocoa/extension_installed_bubble_controller.mm
|
| +++ b/chrome/browser/cocoa/extension_installed_bubble_controller.mm
|
| @@ -200,9 +200,7 @@ class ExtensionLoadedNotificationObserver : public NotificationObserver {
|
| pageActionFrameForIndex:index inFrame:[field frame]];
|
| NSRect boundsrect = [browserContentWindow convertRect:iconRect
|
| fromView:[field superview]];
|
| - arrowPoint =
|
| - NSMakePoint(NSMinX(boundsrect) - NSWidth(boundsrect) / 2 - 1,
|
| - NSMinY(boundsrect));
|
| + arrowPoint = NSMakePoint(NSMidX(boundsrect) + 1, NSMinY(boundsrect));
|
| break;
|
| }
|
| default: {
|
|
|