Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(598)

Unified Diff: ash/wm/base_layout_manager.cc

Issue 11633029: Remove ash::window::Show() from BaseLayoutManager::OnWindowActivated (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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));
- }
}
//////////////////////////////////////////////////////////////////////////////
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698