| Index: content/browser/download/download_file.h
|
| diff --git a/content/browser/download/download_file.h b/content/browser/download/download_file.h
|
| index 33b444e68c27b9830a1b172d03550dafdda525fb..d02147ae040fd960bc5b24c0e1c4ace590c7a110 100644
|
| --- a/content/browser/download/download_file.h
|
| +++ b/content/browser/download/download_file.h
|
| @@ -75,6 +75,9 @@ class CONTENT_EXPORT DownloadFile {
|
| // Abort the download and automatically close the file.
|
| virtual void Cancel() = 0;
|
|
|
| + // Sets the length limit of the file.
|
| + virtual void SetContentLengthLimit(int64_t limit) = 0;
|
| +
|
| virtual const base::FilePath& FullPath() const = 0;
|
| virtual bool InProgress() const = 0;
|
| virtual void WasPaused() = 0;
|
|
|