| Index: ash/test/shell_test_api.cc
|
| diff --git a/ash/test/shell_test_api.cc b/ash/test/shell_test_api.cc
|
| index 0a7d4fd1622f170f9207b47b642d10c61d747440..94d93e545fe07ad3048454d763c4619658e07697 100644
|
| --- a/ash/test/shell_test_api.cc
|
| +++ b/ash/test/shell_test_api.cc
|
| @@ -55,10 +55,6 @@ AppListController* ShellTestApi::app_list_controller() {
|
| return shell_->app_list_controller_.get();
|
| }
|
|
|
| -MaximizeModeWindowManager* ShellTestApi::maximize_mode_window_manager() {
|
| - return shell_->maximize_mode_window_manager_.get();
|
| -}
|
| -
|
| void ShellTestApi::DisableDisplayConfiguratorAnimation() {
|
| #if defined(OS_CHROMEOS)
|
| if (shell_->display_configurator_animation_) {
|
|
|