| Index: ash/wm/window_util.h
|
| diff --git a/ash/wm/window_util.h b/ash/wm/window_util.h
|
| index 35668c83942615dc20aedd9a6e24b50d80ab955b..8941b2908a382726ce58ce8524945f1708f06eea 100644
|
| --- a/ash/wm/window_util.h
|
| +++ b/ash/wm/window_util.h
|
| @@ -43,9 +43,6 @@ ASH_EXPORT bool CanActivateWindow(aura::Window* window);
|
| // this is probably what you're looking for.
|
| ASH_EXPORT aura::Window* GetActivatableWindow(aura::Window* window);
|
|
|
| -// TODO(oshima): remove this.
|
| -ASH_EXPORT bool IsWindowMinimized(aura::Window* window);
|
| -
|
| // Returns true if |window|'s location can be controlled by the user.
|
| ASH_EXPORT bool IsWindowUserPositionable(aura::Window* window);
|
|
|
|
|