| Index: ash/wm/window_util.h
|
| diff --git a/ash/wm/window_util.h b/ash/wm/window_util.h
|
| index cf7b0e76093b2ba2749a6de8fa5f6986dade0473..1ffeb7db8a34d202444d75970086c917f1f2db25 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);
|
|
|
| -// Returns true if the active window or one its ancestors is fullscreen.
|
| -ASH_EXPORT bool IsActiveWindowFullscreen();
|
| -
|
| // Returns true if |window| can be maximized.
|
| ASH_EXPORT bool CanMaximizeWindow(const aura::Window* window);
|
|
|
|
|