diff options
author | kalman@chromium.org <kalman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-06 02:07:08 +0000 |
---|---|---|
committer | kalman@chromium.org <kalman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-06 02:07:08 +0000 |
commit | 53c873282889a6e98e520ce90775a1a76cf1c9ea (patch) | |
tree | 322b27aa50305b4ce067aa859c0e46cb0b36938b /content/public | |
parent | 543f890efb3af8bcc8e2d2e1e7e619f9c8c07979 (diff) | |
download | chromium_src-53c873282889a6e98e520ce90775a1a76cf1c9ea.zip chromium_src-53c873282889a6e98e520ce90775a1a76cf1c9ea.tar.gz chromium_src-53c873282889a6e98e520ce90775a1a76cf1c9ea.tar.bz2 |
Revert 113007 - DownloadManager intereface refactoring to allow cleaner DownloadItem unit tests.
BUG=101214
Review URL: http://codereview.chromium.org/8697006
TBR=rdsmith@chromium.org
Review URL: http://codereview.chromium.org/8817005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113084 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/public')
-rw-r--r-- | content/public/browser/download_manager_delegate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/public/browser/download_manager_delegate.h b/content/public/browser/download_manager_delegate.h index f902882..35c60cc 100644 --- a/content/public/browser/download_manager_delegate.h +++ b/content/public/browser/download_manager_delegate.h @@ -54,7 +54,7 @@ class DownloadManagerDelegate { // Allows the delegate to override completion of the download. If this // function returns false, the download completion is delayed and the // delegate is responsible for making sure that - // DownloadItem::MaybeCompleteDownload is called at some point in the + // DownloadManager::MaybeCompleteDownload is called at some point in the // future. Note that at that point this function will be called again, // and is responsible for returning true when it really is ok for the // download to complete. |