summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/download/download_manager.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/download/download_manager.cc b/chrome/browser/download/download_manager.cc
index dd35022..190894a 100644
--- a/chrome/browser/download/download_manager.cc
+++ b/chrome/browser/download/download_manager.cc
@@ -130,10 +130,6 @@ void DownloadManager::Shutdown() {
download_history_.reset();
- // If we had pending downloads, they're going to be canceled now.
- // Make sure the icon reflects the new status.
- UpdateAppIcon();
-
shutdown_needed_ = false;
}