| Index: ash/test/shell_test_api.cc
|
| diff --git a/ash/test/shell_test_api.cc b/ash/test/shell_test_api.cc
|
| index 8c8293c4f9eb088522a151751330807de86fbe76..85e8547565901faa364f2017208731480a011484 100644
|
| --- a/ash/test/shell_test_api.cc
|
| +++ b/ash/test/shell_test_api.cc
|
| @@ -5,7 +5,6 @@
|
| #include "ash/test/shell_test_api.h"
|
|
|
| #include "ash/common/session/session_state_delegate.h"
|
| -#include "ash/display/display_configuration_controller.h"
|
| #include "ash/root_window_controller.h"
|
| #include "ash/shell.h"
|
|
|
| @@ -34,10 +33,6 @@ DragDropController* ShellTestApi::drag_drop_controller() {
|
| return shell_->drag_drop_controller_.get();
|
| }
|
|
|
| -void ShellTestApi::DisableDisplayAnimator() {
|
| - shell_->display_configuration_controller()->ResetAnimatorForTest();
|
| -}
|
| -
|
| void ShellTestApi::SetSessionStateDelegate(
|
| SessionStateDelegate* session_state_delegate) {
|
| shell_->session_state_delegate_.reset(session_state_delegate);
|
|
|