| 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 d1c767c688ff48a42b58792dd2922f17db57f6a5..c2f6b16152d47e34e97df763726bf7a2f5b36c59 100644
|
| --- a/chrome/browser/ui/views/frame/browser_frame.cc
|
| +++ b/chrome/browser/ui/views/frame/browser_frame.cc
|
| @@ -215,6 +215,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);
|
| }
|
|
|