| Index: chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc
|
| diff --git a/chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc b/chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc
|
| index a3344a34e07bc781ad2f072f38d14cefb81a9356..85fbe906ae6de11b9e8341102db2638772557592 100644
|
| --- a/chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc
|
| +++ b/chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc
|
| @@ -363,7 +363,6 @@ void MultiUserWindowManagerChromeOS::OnWindowDestroyed(aura::Window* window) {
|
| }
|
| // Remove the state and the window observer.
|
| ash::wm::GetWindowState(window)->RemoveObserver(this);
|
| - window->RemoveObserver(this);
|
| // Remove the window from the owners list.
|
| delete window_to_entry_[window];
|
| window_to_entry_.erase(window);
|
|
|