Chromium Code Reviews| Index: ash/wm/base_layout_manager.cc |
| =================================================================== |
| --- ash/wm/base_layout_manager.cc (revision 173773) |
| +++ ash/wm/base_layout_manager.cc (working copy) |
| @@ -154,10 +154,6 @@ |
| void BaseLayoutManager::OnWindowActivated(aura::Window* gained_active, |
| aura::Window* lost_active) { |
| - if (gained_active && wm::IsWindowMinimized(gained_active)) { |
|
Ben Goodger (Google)
2013/01/07 22:10:18
Can you try running ash_unittests with --use-focus
|
| - gained_active->Show(); |
| - DCHECK(!wm::IsWindowMinimized(gained_active)); |
| - } |
| } |
| ////////////////////////////////////////////////////////////////////////////// |