| Index: chrome/browser/extensions/extension_popup_host.h
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_popup_host.h (revision 33297)
|
| +++ chrome/browser/extensions/extension_popup_host.h (working copy)
|
| @@ -74,7 +74,8 @@
|
| virtual void BubbleGotFocus(BrowserBubble* bubble);
|
|
|
| // Called when the bubble became inactive / lost focus.
|
| - virtual void BubbleLostFocus(BrowserBubble* bubble);
|
| + virtual void BubbleLostFocus(BrowserBubble* bubble,
|
| + gfx::NativeView focused_view);
|
| #endif // defined(TOOLKIT_VIEWS)
|
|
|
| // NotificationObserver implementation.
|
|
|