diff options
Diffstat (limited to 'chrome/browser/ui/ash/launcher/browser_status_monitor.cc')
-rw-r--r-- | chrome/browser/ui/ash/launcher/browser_status_monitor.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/ui/ash/launcher/browser_status_monitor.cc b/chrome/browser/ui/ash/launcher/browser_status_monitor.cc index 2178f9b..08f96c0 100644 --- a/chrome/browser/ui/ash/launcher/browser_status_monitor.cc +++ b/chrome/browser/ui/ash/launcher/browser_status_monitor.cc @@ -130,6 +130,9 @@ BrowserStatusMonitor::~BrowserStatusMonitor() { if (ash::Shell::HasInstance()) ash::Shell::GetInstance()->GetScreen()->RemoveObserver(this); + chrome::SettingsWindowManager::GetInstance()->RemoveObserver( + settings_window_observer_.get()); + BrowserList::RemoveObserver(this); BrowserList* browser_list = |