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

Unified Diff: ash/accelerators/accelerator_controller_unittest.cc

Issue 9414028: Aura: New window shadows, desktop background debug toggle (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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_controller_unittest.cc
diff --git a/ash/accelerators/accelerator_controller_unittest.cc b/ash/accelerators/accelerator_controller_unittest.cc
index b5f304aea7e75730aa0943fdad8904459e07da35..cf17a96728a49e30421cb759a8a385469e174123 100644
--- a/ash/accelerators/accelerator_controller_unittest.cc
+++ b/ash/accelerators/accelerator_controller_unittest.cc
@@ -556,6 +556,9 @@ TEST_F(AcceleratorControllerTest, GlobalAccelerators) {
// ToggleCompactWindowMode
EXPECT_TRUE(GetController()->Process(
ui::Accelerator(ui::VKEY_A, false, true, true)));
+ // ToggleDesktopBackgroundMode
+ EXPECT_TRUE(GetController()->Process(
+ ui::Accelerator(ui::VKEY_B, false, true, true)));
#if !defined(OS_LINUX)
// ToggleDesktopFullScreen (not implemented yet on Linux)
EXPECT_TRUE(GetController()->Process(
« no previous file with comments | « ash/accelerators/accelerator_controller.cc ('k') | ash/shell.h » ('j') | ash/wm/shadow.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698