| Index: ash/wm/window_state.cc
|
| diff --git a/ash/wm/window_state.cc b/ash/wm/window_state.cc
|
| index e29b9642f5f6d0022f1a7d24da212827df292e8f..01b68316ef3925a5c26ea6d112b845ab4399ffad 100644
|
| --- a/ash/wm/window_state.cc
|
| +++ b/ash/wm/window_state.cc
|
| @@ -279,10 +279,6 @@ void WindowState::OnWindowPropertyChanged(aura::Window* window,
|
| }
|
| }
|
|
|
| -void WindowState::OnWindowDestroying(aura::Window* window) {
|
| - window_->RemoveObserver(this);
|
| -}
|
| -
|
| void WindowState::SnapWindow(WindowShowType left_or_right,
|
| const gfx::Rect& bounds) {
|
| // Compute the bounds that the window will restore to. If the window does not
|
|
|