forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
caio.de.oliveira.filho@intel.com
committed
May 15, 2013
1 parent
8d5ed5f
commit cceb39b
Showing
5 changed files
with
21 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters