Index: ash/wm/window_util.cc |
=================================================================== |
--- ash/wm/window_util.cc (revision 124386) |
+++ ash/wm/window_util.cc (working copy) |
@@ -51,13 +51,6 @@ |
return internal::ActivationController::GetActivatableWindow(window); |
} |
-bool IsWindowNormal(aura::Window* window) { |
- return window->GetProperty(aura::client::kShowStateKey) == |
- ui::SHOW_STATE_NORMAL || |
- window->GetProperty(aura::client::kShowStateKey) == |
- ui::SHOW_STATE_DEFAULT; |
-} |
- |
bool IsWindowMaximized(aura::Window* window) { |
return window->GetProperty(aura::client::kShowStateKey) == |
ui::SHOW_STATE_MAXIMIZED; |