| 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 8790b1f278b0a2e782dd3e82e30d8ed1e02efc5e..69560ea83aaa20f36c7fbc5c0f2fd5c0bea13bec 100644
|
| --- a/athena/wm/public/window_list_provider.h
|
| +++ b/athena/wm/public/window_list_provider.h
|
| @@ -29,10 +29,6 @@ class ATHENA_EXPORT WindowListProvider {
|
| // Returns true if the |window| is part of the list.
|
| virtual bool IsWindowInList(aura::Window* window) const = 0;
|
|
|
| - // Returns true if the given window is a window which can be handled by the
|
| - // WindowListProvider.
|
| - virtual bool IsValidWindow(aura::Window* window) const = 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,
|
|
|