| Index: content/browser/download/base_file.h
|
| diff --git a/content/browser/download/base_file.h b/content/browser/download/base_file.h
|
| index d8bfecc35e850d035d3cd5517c8aaf94e272d87d..f10f04366f78bc716cfdcf47d31a9a0f2b3c89e8 100644
|
| --- a/content/browser/download/base_file.h
|
| +++ b/content/browser/download/base_file.h
|
| @@ -69,8 +69,9 @@ class CONTENT_EXPORT BaseFile {
|
| // Indicate that the download has finished. No new data will be received.
|
| void Finish();
|
|
|
| - // Informs the OS that this file came from the internet.
|
| - void AnnotateWithSourceInformation();
|
| + // Informs the OS that this file came from the internet. Returns a
|
| + // DownloadInterruptReason indicating the result of the operation.
|
| + DownloadInterruptReason AnnotateWithSourceInformation();
|
|
|
| // Calculate and return the current speed in bytes per second.
|
| int64 CurrentSpeed() const;
|
|
|