| Index: ash/test/shell_test_api.cc
|
| diff --git a/ash/test/shell_test_api.cc b/ash/test/shell_test_api.cc
|
| index 4f5435751cf389208665d1ef295710b635dafeb0..eea718cb6fef33cfed5e65e5dc8161d964937f5d 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/palette_delegate.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"
|
|
|
| @@ -36,10 +35,6 @@ DragDropController* ShellTestApi::drag_drop_controller() {
|
| return shell_->drag_drop_controller_.get();
|
| }
|
|
|
| -void ShellTestApi::DisableDisplayAnimator() {
|
| - shell_->display_configuration_controller()->ResetAnimatorForTest();
|
| -}
|
| -
|
| void ShellTestApi::SetPaletteDelegate(
|
| std::unique_ptr<PaletteDelegate> palette_delegate) {
|
| shell_->palette_delegate_ = std::move(palette_delegate);
|
|
|