| Index: ash/system/chromeos/rotation/tray_rotation_lock_unittest.cc
|
| diff --git a/ash/system/chromeos/rotation/tray_rotation_lock_unittest.cc b/ash/system/chromeos/rotation/tray_rotation_lock_unittest.cc
|
| index 1b5cc4c7d4fcd9c1032a105772ce4ed035ccc242..1676ddb8610d9ac9116aa58861c78b5eddf749f0 100644
|
| --- a/ash/system/chromeos/rotation/tray_rotation_lock_unittest.cc
|
| +++ b/ash/system/chromeos/rotation/tray_rotation_lock_unittest.cc
|
| @@ -252,6 +252,8 @@ TEST_F(TrayRotationLockTest, InternalDisplayNotAvailableAtCreation) {
|
| Shell::Get()->maximize_mode_controller()->EnableMaximizeModeWindowManager(
|
| true);
|
| EXPECT_TRUE(default_view->visible());
|
| + Shell::Get()->maximize_mode_controller()->EnableMaximizeModeWindowManager(
|
| + false);
|
| }
|
|
|
| // Tests that when the tray view is deleted, while TrayRotationLock has not been
|
|
|