Index: ash/accelerators/accelerator_controller_unittest.cc |
diff --git a/ash/accelerators/accelerator_controller_unittest.cc b/ash/accelerators/accelerator_controller_unittest.cc |
index 4c00f72734149fb158380a5edab6b0ca8579c21d..bc709b26d6087a4ded812dbe5f7e072399c0d3fb 100644 |
--- a/ash/accelerators/accelerator_controller_unittest.cc |
+++ b/ash/accelerators/accelerator_controller_unittest.cc |
@@ -668,14 +668,11 @@ TEST_F(AcceleratorControllerTest, GlobalAccelerators) { |
// CycleForward |
EXPECT_TRUE(ProcessWithContext( |
ui::Accelerator(ui::VKEY_TAB, ui::EF_ALT_DOWN))); |
-#if defined(OS_CHROMEOS) |
- // CycleBackward |
- EXPECT_TRUE(ProcessWithContext( |
- ui::Accelerator(ui::VKEY_MEDIA_LAUNCH_APP1, ui::EF_SHIFT_DOWN))); |
- // CycleForward |
+ // CycleLinear |
EXPECT_TRUE(ProcessWithContext( |
ui::Accelerator(ui::VKEY_MEDIA_LAUNCH_APP1, ui::EF_NONE))); |
+#if defined(OS_CHROMEOS) |
// Take screenshot / partial screenshot |
// True should always be returned regardless of the existence of the delegate. |
{ |