Index: content/browser/download/download_item.h |
diff --git a/content/browser/download/download_item.h b/content/browser/download/download_item.h |
index baf3ca11e0362358588aba9a3271ae9212945697..9f5ceb68ac6ef6b84010da7bccbaa4e3e75c0598 100644 |
--- a/content/browser/download/download_item.h |
+++ b/content/browser/download/download_item.h |
@@ -174,9 +174,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); |