Index: chrome/browser/browser_process_impl.cc |
=================================================================== |
--- chrome/browser/browser_process_impl.cc (revision 55422) |
+++ chrome/browser/browser_process_impl.cc (working copy) |
@@ -192,6 +192,9 @@ |
// 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(); |