| Index: content/browser/download/download_file_impl.h
|
| diff --git a/content/browser/download/download_file_impl.h b/content/browser/download/download_file_impl.h
|
| index 2a68ca9e4ead53ea9d8d3bf030fd09e2250f98ec..7dd8d987db6d888a37d702ec2c8e5f9826aad0c8 100644
|
| --- a/content/browser/download/download_file_impl.h
|
| +++ b/content/browser/download/download_file_impl.h
|
| @@ -203,6 +203,10 @@ class CONTENT_EXPORT DownloadFileImpl : public DownloadFile {
|
| // Otherwise, return the current file size.
|
| int64_t TotalBytesReceived() const;
|
|
|
| + // Helper method to handle stream error
|
| + void HandleStreamError(SourceStream* source_stream,
|
| + DownloadInterruptReason reason);
|
| +
|
| net::NetLogWithSource net_log_;
|
|
|
| // The base file instance.
|
|
|