diff options
author | rdsmith@chromium.org <rdsmith@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-05 20:29:54 +0000 |
---|---|---|
committer | rdsmith@chromium.org <rdsmith@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-05 20:29:54 +0000 |
commit | e348f7e89c34efff5a86d505ca2716c3eb15be9f (patch) | |
tree | 9541d695b7acdd6bacf6f668f62ba275d0fcce64 /content/public | |
parent | 0c79ef9a86139c00015a9621ac5ac4a048ce3c4a (diff) | |
download | chromium_src-e348f7e89c34efff5a86d505ca2716c3eb15be9f.zip chromium_src-e348f7e89c34efff5a86d505ca2716c3eb15be9f.tar.gz chromium_src-e348f7e89c34efff5a86d505ca2716c3eb15be9f.tar.bz2 |
DownloadManager intereface refactoring to allow cleaner DownloadItem unit tests.
BUG=101214
Review URL: http://codereview.chromium.org/8697006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113007 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 35c60cc..f902882 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 - // DownloadManager::MaybeCompleteDownload is called at some point in the + // DownloadItem::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. |