From 53c873282889a6e98e520ce90775a1a76cf1c9ea Mon Sep 17 00:00:00 2001 From: "kalman@chromium.org" Date: Tue, 6 Dec 2011 02:07:08 +0000 Subject: 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 --- content/public/browser/download_manager_delegate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/public') 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. -- cgit v1.1