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

Unified Diff: components/mus/ws/window_manager_client_apptest.cc

Issue 1459463004: mus: Allow the WM to specify the windows that can have active children. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 1 month 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
Index: components/mus/ws/window_manager_client_apptest.cc
diff --git a/components/mus/ws/window_manager_client_apptest.cc b/components/mus/ws/window_manager_client_apptest.cc
index e38b76347462490fe2b05626ea871bcd786be3e9..74fd5aa5181542e2da734366546596edbc9d9975 100644
--- a/components/mus/ws/window_manager_client_apptest.cc
+++ b/components/mus/ws/window_manager_client_apptest.cc
@@ -644,8 +644,7 @@ TEST_F(WindowServerTest, Focus) {
}
{
// Add an observer on the Window that loses focus, and make sure the
- // observer
- // sees the right values.
+ // observer sees the right values.
FocusChangeObserver observer(window11);
embedded->GetRoot()->SetFocus();
ASSERT_TRUE(DoRunLoopWithTimeout());

Powered by Google App Engine
This is Rietveld 408576698