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

Unified Diff: ui/aura/test/test_activation_client.cc

Issue 11316287: Move WindowModalityController to CoreWm. (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 | « chrome/browser/ui/views/constrained_window_views.cc ('k') | ui/views/corewm/window_modality_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/test_activation_client.cc
===================================================================
--- ui/aura/test/test_activation_client.cc (revision 170620)
+++ ui/aura/test/test_activation_client.cc (working copy)
@@ -45,6 +45,7 @@
RemoveActiveWindow(window);
active_windows_.push_back(window);
+ window->parent()->StackChildAtTop(window);
window->AddObserver(this);
FOR_EACH_OBSERVER(client::ActivationChangeObserver,
« no previous file with comments | « chrome/browser/ui/views/constrained_window_views.cc ('k') | ui/views/corewm/window_modality_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698