Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2701)

Unified Diff: chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.mm

Issue 670463004: Make a platform-independent ToolbarActionViewController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.mm
diff --git a/chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.mm b/chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.mm
index d0981d2493db498456d6927f35c763fee644efd5..043ac3c4044133a8c5933bb7f48cb3d800593d95 100644
--- a/chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.mm
+++ b/chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.mm
@@ -260,7 +260,7 @@ class ExtensionLoadedNotificationObserver
BrowserActionsController* controller =
[[window->cocoa_controller() toolbarController]
browserActionsController];
- arrowPoint = [controller popupPointForBrowserAction:extension_];
+ arrowPoint = [controller popupPointForId:extension_->id()];
break;
}
case extension_installed_bubble::kPageAction: {

Powered by Google App Engine
This is Rietveld 408576698