| Index: athena/wm/public/window_list_provider.h
|
| diff --git a/athena/wm/public/window_list_provider.h b/athena/wm/public/window_list_provider.h
|
| index a1f1e45c058eeb16271bec9c65751f23a9ab05dc..8790b1f278b0a2e782dd3e82e30d8ed1e02efc5e 100644
|
| --- a/athena/wm/public/window_list_provider.h
|
| +++ b/athena/wm/public/window_list_provider.h
|
| @@ -33,10 +33,6 @@ class ATHENA_EXPORT WindowListProvider {
|
| // WindowListProvider.
|
| virtual bool IsValidWindow(aura::Window* window) const = 0;
|
|
|
| - // Moves a given |window| to the front of all windows of the window list.
|
| - // Note: The window has to be in the list already.
|
| - virtual void MoveToFront(aura::Window* window) = 0;
|
| -
|
| // Stacks a given |window| in direct front of a |reference_window|.
|
| // Note: The |window| and |reference_window| has to be in the list already.
|
| virtual void StackWindowFrontOf(aura::Window* window,
|
|
|