| Index: content/browser/download/download_item.h
|
| diff --git a/content/browser/download/download_item.h b/content/browser/download/download_item.h
|
| index 9b7cb804ffe17e47f24aab615ab31823c438ab18..0051a44db36a40e675b86ec15c98652831ab76f2 100644
|
| --- a/content/browser/download/download_item.h
|
| +++ b/content/browser/download/download_item.h
|
| @@ -176,9 +176,9 @@ class CONTENT_EXPORT DownloadItem {
|
| // to display progress when the DownloadItem should be considered complete.
|
| void MarkAsComplete();
|
|
|
| - // Called by the delegate after it delayed completing the download in
|
| - // DownloadManagerDelegate::ShouldCompleteDownload.
|
| - void CompleteDelayedDownload();
|
| + // Called by the delegate after it delayed opening the download in
|
| + // DownloadManagerDelegate::ShouldOpenDownload.
|
| + void DelayedDownloadOpened();
|
|
|
| // Called when all data has been saved. Only has display effects.
|
| void OnAllDataSaved(int64 size);
|
|
|