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

Side by Side Diff: ash/wm/ash_focus_rules_unittest.cc

Issue 2438853002: Renames aura::client::WindowTreeClient to WindowParentingClient (Closed)
Patch Set: cleanup Created 4 years, 2 months 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 unified diff | Download patch
« no previous file with comments | « ash/test/ash_test_base.cc ('k') | ash/wm/dock/docked_window_resizer_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ash/common/session/session_state_delegate.h" 5 #include "ash/common/session/session_state_delegate.h"
6 #include "ash/common/test/test_session_state_delegate.h" 6 #include "ash/common/test/test_session_state_delegate.h"
7 #include "ash/common/wm/window_state.h" 7 #include "ash/common/wm/window_state.h"
8 #include "ash/common/wm_shell.h" 8 #include "ash/common/wm_shell.h"
9 #include "ash/public/cpp/shell_window_ids.h" 9 #include "ash/public/cpp/shell_window_ids.h"
10 #include "ash/shell.h" 10 #include "ash/shell.h"
11 #include "ash/test/ash_test_base.h" 11 #include "ash/test/ash_test_base.h"
12 #include "ash/test/ash_test_helper.h" 12 #include "ash/test/ash_test_helper.h"
13 #include "ash/test/test_shell_delegate.h" 13 #include "ash/test/test_shell_delegate.h"
14 #include "ash/wm/lock_state_controller.h" 14 #include "ash/wm/lock_state_controller.h"
15 #include "ash/wm/window_state_aura.h" 15 #include "ash/wm/window_state_aura.h"
16 #include "ash/wm/window_util.h" 16 #include "ash/wm/window_util.h"
17 #include "ui/aura/client/aura_constants.h" 17 #include "ui/aura/client/aura_constants.h"
18 #include "ui/aura/client/window_tree_client.h" 18 #include "ui/aura/client/window_parenting_client.h"
19 #include "ui/views/test/widget_test.h" 19 #include "ui/views/test/widget_test.h"
20 #include "ui/views/view.h" 20 #include "ui/views/view.h"
21 #include "ui/views/widget/widget.h" 21 #include "ui/views/widget/widget.h"
22 22
23 namespace ash { 23 namespace ash {
24 namespace test { 24 namespace test {
25 25
26 namespace { 26 namespace {
27 27
28 // Defines a |SessionStateDelegate| that is used to create and destroy the 28 // Defines a |SessionStateDelegate| that is used to create and destroy the
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 EXPECT_FALSE(delegate.view()->HasFocus()); 200 EXPECT_FALSE(delegate.view()->HasFocus());
201 201
202 UnblockUserSession(); 202 UnblockUserSession();
203 EXPECT_FALSE(WmShell::Get()->GetSessionStateDelegate()->IsScreenLocked()); 203 EXPECT_FALSE(WmShell::Get()->GetSessionStateDelegate()->IsScreenLocked());
204 EXPECT_TRUE(delegate.GetWidget()->IsActive()); 204 EXPECT_TRUE(delegate.GetWidget()->IsActive());
205 EXPECT_TRUE(delegate.view()->HasFocus()); 205 EXPECT_TRUE(delegate.view()->HasFocus());
206 } 206 }
207 207
208 } // namespace test 208 } // namespace test
209 } // namespace ash 209 } // namespace ash
OLDNEW
« no previous file with comments | « ash/test/ash_test_base.cc ('k') | ash/wm/dock/docked_window_resizer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698