Index: ash/test/shell_test_api.cc |
diff --git a/ash/test/shell_test_api.cc b/ash/test/shell_test_api.cc |
index b921535d38ac2ac571db7116af517f57c6149e00..d4a6e3ede713dd70c12c357768d028d907c0ea0a 100644 |
--- a/ash/test/shell_test_api.cc |
+++ b/ash/test/shell_test_api.cc |
@@ -52,6 +52,10 @@ internal::DragDropController* ShellTestApi::drag_drop_controller() { |
return shell_->drag_drop_controller_.get(); |
} |
+internal::AppListController* ShellTestApi::app_list_controller() { |
+ return shell_->app_list_controller_.get(); |
+} |
+ |
void ShellTestApi::DisableOutputConfiguratorAnimation() { |
#if defined(OS_CHROMEOS) |
if (shell_->output_configurator_animation_) { |