Index: athena/wm/window_list_provider_impl.cc |
diff --git a/athena/wm/window_list_provider_impl.cc b/athena/wm/window_list_provider_impl.cc |
index 2df26b9fadbeb28228551324396414acabed14c0..f684c4193126f3f5a42ed3fd99ee80085c76df72 100644 |
--- a/athena/wm/window_list_provider_impl.cc |
+++ b/athena/wm/window_list_provider_impl.cc |
@@ -66,11 +66,6 @@ bool WindowListProviderImpl::IsValidWindow(aura::Window* window) const { |
window->type() == ui::wm::WINDOW_TYPE_PANEL; |
} |
-void WindowListProviderImpl::MoveToFront(aura::Window* window) { |
- DCHECK(IsWindowInList(window)); |
- container_->StackChildAtTop(window); |
-} |
- |
void WindowListProviderImpl::StackWindowFrontOf( |
aura::Window* window, |
aura::Window* reference_window) { |