From 08ef5bcfb8c4acb8a2f16b13b4b013203b210fae Mon Sep 17 00:00:00 2001 From: "avi@chromium.org" Date: Wed, 8 Feb 2012 20:59:51 +0000 Subject: Revert 121031 - Eliminate DownloadProgressUpdated. content::DownloadManagerDelegate::DownloadProgressUpdated was called out of sync with the content::DownloadItem::Observer calls. Eliminate it, as the notification that it provides is anti-useful. BUG=112841 TEST=as in bug Review URL: https://chromiumcodereview.appspot.com/9363001 TBR=avi@chromium.org Review URL: https://chromiumcodereview.appspot.com/9361046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121041 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/download/download_status_updater.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'chrome/browser/download/download_status_updater.h') diff --git a/chrome/browser/download/download_status_updater.h b/chrome/browser/download/download_status_updater.h index 8fa892ba..d220163 100644 --- a/chrome/browser/download/download_status_updater.h +++ b/chrome/browser/download/download_status_updater.h @@ -43,9 +43,6 @@ class DownloadStatusUpdater virtual void OnDownloadOpened(content::DownloadItem* download) OVERRIDE; private: - // Update the app icon. - void UpdateAppIconDownloadProgress(); - // Update the internal state tracking an item. void UpdateItem(content::DownloadItem* download); -- cgit v1.1