summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/location_bar_view.cc
diff options
context:
space:
mode:
authorjcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-02 01:48:35 +0000
committerjcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-02 01:48:35 +0000
commit74f34b094a7b21f0c057f493abee5db30b988592 (patch)
treef3e7e9169b46331718e9ae7932f9108644dee0db /chrome/browser/views/location_bar_view.cc
parent17b4f9a87ce73e5f6d87c21c5b593cbd23f797fa (diff)
downloadchromium_src-74f34b094a7b21f0c057f493abee5db30b988592.zip
chromium_src-74f34b094a7b21f0c057f493abee5db30b988592.tar.gz
chromium_src-74f34b094a7b21f0c057f493abee5db30b988592.tar.bz2
Make sure we don't dismiss extension popups when the focus
changes for a child window of the popup, as it is the case with select popups. BUG=28110 TEST=Make sure extension popups are still working as expected. Open an extension popup with a select popup (combo box) in it. Click on the select to bring up its popup, the extension popup should stay opened. Review URL: http://codereview.chromium.org/459005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33533 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/location_bar_view.cc')
-rw-r--r--chrome/browser/views/location_bar_view.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/views/location_bar_view.cc b/chrome/browser/views/location_bar_view.cc
index c3ec267..b0b9069 100644
--- a/chrome/browser/views/location_bar_view.cc
+++ b/chrome/browser/views/location_bar_view.cc
@@ -1463,7 +1463,8 @@ void LocationBarView::PageActionImageView::BubbleBrowserWindowClosing(
}
void LocationBarView::PageActionImageView::BubbleLostFocus(
- BrowserBubble* bubble) {
+ BrowserBubble* bubble,
+ gfx::NativeView focused_view) {
if (!popup_)
return;