Index: chrome/browser/ui/views/browser_actions_container.cc |
=================================================================== |
--- chrome/browser/ui/views/browser_actions_container.cc (revision 73621) |
+++ chrome/browser/ui/views/browser_actions_container.cc (working copy) |
@@ -516,8 +516,8 @@ |
BubbleBorder::TOP_LEFT : BubbleBorder::TOP_RIGHT; |
popup_ = ExtensionPopup::Show(button->GetPopupUrl(), browser_, |
- browser_->profile(), frame_window, rect, arrow_location, true, |
- inspect_with_devtools, ExtensionPopup::BUBBLE_CHROME, this); |
+ browser_->profile(), frame_window, rect, arrow_location, |
+ inspect_with_devtools, this); |
popup_button_ = button; |
popup_button_->SetButtonPushed(); |
} |