diff options
author | caio.de.oliveira.filho@intel.com <caio.de.oliveira.filho@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-15 17:00:04 +0000 |
---|---|---|
committer | caio.de.oliveira.filho@intel.com <caio.de.oliveira.filho@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-15 17:00:04 +0000 |
commit | cceb39bf4a939b70a563527a1df73e8d515605ad (patch) | |
tree | af95dc68fbf2ee07939e289facc0597c0e985f9d /AUTHORS | |
parent | 8d5ed5fa128281a2cbe77d310ec31e8f5606f9be (diff) | |
download | chromium_src-cceb39bf4a939b70a563527a1df73e8d515605ad.zip chromium_src-cceb39bf4a939b70a563527a1df73e8d515605ad.tar.gz chromium_src-cceb39bf4a939b70a563527a1df73e8d515605ad.tar.bz2 |
Get rid of DownloadItemImpl::UpdateProgress()
Changed SavePackage and unit tests to use DestinationUpdated(). This
function does the same work as UpdateProgress(). We stick to
DestinationUpdated() since it's part of DownloadDestinationObserver
interface (so already used elsewhere).
This patch makes the interface implementation as public to allow
access from SavePackage and unit tests. These functions were already
public in the interface itself.
BUG=239475
TEST=content_unittests and making sure chrome is built
Review URL: https://chromiumcodereview.appspot.com/14646036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200301 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -255,3 +255,4 @@ Aditya Bhargava <heuristicist@gmail.com> John Yani <vanuan@gmail.com> Kangil Han <kangil.han@samsung.com> Evan Wallace <evan.exe@gmail.com> +Caio Marcelo de Oliveira Filho <caio.de.oliveira.filho@intel.com> |