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

Unified Diff: chrome/browser/views/extensions/extension_installed_bubble.cc

Issue 1107007: Extension context menu refactor (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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/views/extensions/extension_installed_bubble.cc
===================================================================
--- chrome/browser/views/extensions/extension_installed_bubble.cc (revision 41960)
+++ chrome/browser/views/extensions/extension_installed_bubble.cc (working copy)
@@ -249,7 +249,8 @@
&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.

Powered by Google App Engine
This is Rietveld 408576698