diff options
Diffstat (limited to 'chrome/browser/views/location_bar_view.h')
-rw-r--r-- | chrome/browser/views/location_bar_view.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/views/location_bar_view.h b/chrome/browser/views/location_bar_view.h index 64c937d..85d1d89 100644 --- a/chrome/browser/views/location_bar_view.h +++ b/chrome/browser/views/location_bar_view.h @@ -394,7 +394,8 @@ class LocationBarView : public LocationBar, // Overridden from BrowserBubble::Delegate virtual void BubbleBrowserWindowClosing(BrowserBubble* bubble); - virtual void BubbleLostFocus(BrowserBubble* bubble); + virtual void BubbleLostFocus(BrowserBubble* bubble, + gfx::NativeView focused_view); // Called to notify the PageAction that it should determine whether to be // visible or hidden. |contents| is the TabContents that is active, |url| |