diff options
Diffstat (limited to 'chrome/browser/browser_process_impl.cc')
-rw-r--r-- | chrome/browser/browser_process_impl.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/browser/browser_process_impl.cc b/chrome/browser/browser_process_impl.cc index 2563d2d4..4730c93 100644 --- a/chrome/browser/browser_process_impl.cc +++ b/chrome/browser/browser_process_impl.cc @@ -196,13 +196,6 @@ BrowserProcessImpl::~BrowserProcessImpl() { print_job_manager_->OnQuit(); print_job_manager_.reset(); - // TODO(port): remove this completely from BrowserProcessImpl, it has no - // business being here. -#if defined(OS_WIN) - // The ViewStorage needs to go before the NotificationService. - views::ViewStorage::DeleteSharedInstance(); -#endif - // Now OK to destroy NotificationService. main_notification_service_.reset(); |