summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/extensions/extension_installed_bubble.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/extensions/extension_installed_bubble.cc')
-rw-r--r--chrome/browser/views/extensions/extension_installed_bubble.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/views/extensions/extension_installed_bubble.cc b/chrome/browser/views/extensions/extension_installed_bubble.cc
index 593165e..65fa333 100644
--- a/chrome/browser/views/extensions/extension_installed_bubble.cc
+++ b/chrome/browser/views/extensions/extension_installed_bubble.cc
@@ -249,7 +249,8 @@ void ExtensionInstalledBubble::ShowInternal() {
&ExtensionInstalledBubble::ShowInternal), kAnimationWaitTime);
return;
}
- reference_view = container->GetBrowserActionView(extension_);
+ reference_view = container->GetBrowserActionView(
+ extension_->browser_action());
// If the view is not visible then it is in the chevron, so point the
// install bubble to the chevron instead. If this is an incognito window,
// both could be invisible.