| Index: ash/wm/maximize_mode/maximize_mode_controller_unittest.cc
|
| diff --git a/ash/wm/maximize_mode/maximize_mode_controller_unittest.cc b/ash/wm/maximize_mode/maximize_mode_controller_unittest.cc
|
| index 3c098f36d688013a58803019f77a363ff62ca790..6153984b586d0cb0d40aff72456aab4fe94b02f9 100644
|
| --- a/ash/wm/maximize_mode/maximize_mode_controller_unittest.cc
|
| +++ b/ash/wm/maximize_mode/maximize_mode_controller_unittest.cc
|
| @@ -112,16 +112,6 @@ class MaximizeModeControllerTest : public test::AshTestBase {
|
| return maximize_mode_controller()->IsMaximizeModeWindowManagerEnabled();
|
| }
|
|
|
| - gfx::Display::Rotation GetInternalDisplayRotation() const {
|
| - return Shell::GetInstance()->display_manager()->GetDisplayInfo(
|
| - gfx::Display::InternalDisplayId()).rotation();
|
| - }
|
| -
|
| - void SetInternalDisplayRotation(gfx::Display::Rotation rotation) const {
|
| - Shell::GetInstance()->display_manager()->
|
| - SetDisplayRotation(gfx::Display::InternalDisplayId(), rotation);
|
| - }
|
| -
|
| // Attaches a SimpleTestTickClock to the MaximizeModeController with a non
|
| // null value initial value.
|
| void AttachTickClockForTest() {
|
|
|