| Index: chrome/browser/download/download_manager.h
|
| diff --git a/chrome/browser/download/download_manager.h b/chrome/browser/download/download_manager.h
|
| index f4dc78d7ae13626d22bb5bd4c98a9d99d97c530f..4bbf49aa02fe9416304f46ff26136115050049ba 100644
|
| --- a/chrome/browser/download/download_manager.h
|
| +++ b/chrome/browser/download/download_manager.h
|
| @@ -135,7 +135,8 @@ class DownloadManager
|
| // deleted is returned back to the caller.
|
| int RemoveAllDownloads();
|
|
|
| - // Called when a Save Page As download is started.
|
| + // Called when a Save Page As download is started. Transfers ownership
|
| + // of |download_item| to the DownloadManager.
|
| void SavePageAsDownloadStarted(DownloadItem* download_item);
|
|
|
| // Download the object at the URL. Used in cases such as "Save Link As..."
|
|
|