| Index: chrome/browser/ui/views/frame/browser_frame.cc
|
| diff --git a/chrome/browser/ui/views/frame/browser_frame.cc b/chrome/browser/ui/views/frame/browser_frame.cc
|
| index 37bcfbbc2e7fcfc310f5f130f7b12ad058c68542..9fcb4b5b7bd66c849aedce411451c9e2d73f8291 100644
|
| --- a/chrome/browser/ui/views/frame/browser_frame.cc
|
| +++ b/chrome/browser/ui/views/frame/browser_frame.cc
|
| @@ -219,6 +219,8 @@ void BrowserFrame::OnNativeWidgetActivationChanged(bool active) {
|
| // ourselves as the last active browser window to ensure that we get treated
|
| // as such by the rest of Chrome.
|
| BrowserList::SetLastActive(browser_view_->browser());
|
| + } else {
|
| + BrowserList::NotifyBrowserNoLongerActive(browser_view_->browser());
|
| }
|
| Widget::OnNativeWidgetActivationChanged(active);
|
| }
|
|
|