Index: chrome/browser/extensions/extension_popup_api.cc |
=================================================================== |
--- chrome/browser/extensions/extension_popup_api.cc (revision 34039) |
+++ chrome/browser/extensions/extension_popup_api.cc (working copy) |
@@ -139,8 +139,12 @@ |
BubbleBorder::ArrowLocation arrow_location = |
(NULL != dispatcher()->GetExtensionHost()) ? BubbleBorder::BOTTOM_LEFT : |
BubbleBorder::TOP_LEFT; |
- popup_ = ExtensionPopup::Show(url, dispatcher()->GetBrowser(), rect, |
- arrow_location, give_focus); |
+ popup_ = ExtensionPopup::Show(url, dispatcher()->GetBrowser(), |
+ dispatcher()->profile(), |
+ dispatcher()->GetFrameNativeWindow(), |
+ rect, |
+ arrow_location, |
+ give_focus); |
ExtensionPopupHost* popup_host = dispatcher()->GetPopupHost(); |
DCHECK(popup_host); |