Index: trunk/src/ash/test/shell_test_api.cc |
=================================================================== |
--- trunk/src/ash/test/shell_test_api.cc (revision 221205) |
+++ trunk/src/ash/test/shell_test_api.cc (working copy) |
@@ -52,10 +52,6 @@ |
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_) { |