| Index: content/browser/download/download_file.h
|
| diff --git a/content/browser/download/download_file.h b/content/browser/download/download_file.h
|
| index 22d646e96ba64d0a3bcde5a7977c13d16a1d2622..fcdd9aec30fc7f0b5828eab73e51f6de8ec19226 100644
|
| --- a/content/browser/download/download_file.h
|
| +++ b/content/browser/download/download_file.h
|
| @@ -34,8 +34,9 @@ class CONTENT_EXPORT DownloadFile {
|
| virtual ~DownloadFile() {}
|
|
|
| // Returns DOWNLOAD_INTERRUPT_REASON_NONE on success, or a network
|
| - // error code on failure. Upon completion, |callback| will be
|
| - // called on the UI thread as per the comment above.
|
| + // download interrupt reason on failure.
|
| + // Upon completion, |callback| will be called on the UI
|
| + // thread as per the comment above.
|
| virtual content::DownloadInterruptReason Initialize() = 0;
|
|
|
| // Rename the download file to |full_path|. If that file exists and
|
|
|