| Index: content/browser/download/download_file_manager.h
|
| diff --git a/content/browser/download/download_file_manager.h b/content/browser/download/download_file_manager.h
|
| index f75c8e0b455940d157ca846b9e0d814513a54aa7..5082b7876464f6b8a72d87b061b64c757a4829be 100644
|
| --- a/content/browser/download/download_file_manager.h
|
| +++ b/content/browser/download/download_file_manager.h
|
| @@ -31,10 +31,10 @@
|
| //
|
| // The DownloadFileManager tracks download requests, mapping from a download
|
| // ID (unique integer created in the IO thread) to the DownloadManager for the
|
| -// tab (profile) where the download was initiated. In the event of a tab closure
|
| -// during a download, the DownloadFileManager will continue to route data to the
|
| -// appropriate DownloadManager. In progress downloads are cancelled for a
|
| -// DownloadManager that exits (such as when closing a profile).
|
| +// contents (profile) where the download was initiated. In the event of a
|
| +// contents closure during a download, the DownloadFileManager will continue to
|
| +// route data to the appropriate DownloadManager. In progress downloads are
|
| +// cancelled for a DownloadManager that exits (such as when closing a profile).
|
|
|
| #ifndef CONTENT_BROWSER_DOWNLOAD_DOWNLOAD_FILE_MANAGER_H_
|
| #define CONTENT_BROWSER_DOWNLOAD_DOWNLOAD_FILE_MANAGER_H_
|
|
|