diff options
-rw-r--r-- | chrome/browser/browser_process_impl.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/browser_process_impl.cc b/chrome/browser/browser_process_impl.cc index af3808f..51cd234 100644 --- a/chrome/browser/browser_process_impl.cc +++ b/chrome/browser/browser_process_impl.cc @@ -193,6 +193,9 @@ BrowserProcessImpl::~BrowserProcessImpl() { // former registers for notifications. tab_closeable_state_watcher_.reset(); + // Destroy NotificationUIManager before NotificationService is shut down. + notification_ui_manager_.reset(); + // Now OK to destroy NotificationService. main_notification_service_.reset(); |