| 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 234a7d1e5d940a5ea3207242112e937c94fb7ac6..0cd92ff9027a43d52dba342e1785b52ef5ecffbf 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);
|
| }
|
|
|