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

Unified Diff: ash/accelerators/accelerator_filter_unittest.cc

Issue 2750483005: Moves app_list() and related functions from Shell to WmShell (Closed)
Patch Set: dont explicitly delete Created 3 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: ash/accelerators/accelerator_filter_unittest.cc
diff --git a/ash/accelerators/accelerator_filter_unittest.cc b/ash/accelerators/accelerator_filter_unittest.cc
index f19204b80440b70fc2246a38e8eb6ec799db4031..bfa1c34ed2fb01da582df4df017e3a19d17e592f 100644
--- a/ash/accelerators/accelerator_filter_unittest.cc
+++ b/ash/accelerators/accelerator_filter_unittest.cc
@@ -163,8 +163,8 @@ TEST_F(AcceleratorFilterTest, SearchKeyShortcutsAreAlwaysHandled) {
EXPECT_FALSE(session_state_delegate->IsScreenLocked());
// Search+L is processed when the app_list target visibility is false.
- WmShell::Get()->DismissAppList();
- EXPECT_FALSE(WmShell::Get()->GetAppListTargetVisibility());
+ Shell::Get()->DismissAppList();
+ EXPECT_FALSE(Shell::Get()->GetAppListTargetVisibility());
generator.PressKey(ui::VKEY_L, ui::EF_COMMAND_DOWN);
generator.ReleaseKey(ui::VKEY_L, ui::EF_COMMAND_DOWN);
EXPECT_TRUE(session_state_delegate->IsScreenLocked());
« no previous file with comments | « ash/accelerators/accelerator_controller_unittest.cc ('k') | ash/accelerators/accelerator_interactive_uitest_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698