| Index: content/browser/download/download_job.h
|
| diff --git a/content/browser/download/download_job.h b/content/browser/download/download_job.h
|
| index bd101c618d961c7213c4c4a1550e8261de4a434f..14f8354881ab8aa59ff51240eb9cc0a24bbc3aba 100644
|
| --- a/content/browser/download/download_job.h
|
| +++ b/content/browser/download/download_job.h
|
| @@ -40,6 +40,9 @@ class CONTENT_EXPORT DownloadJob {
|
| // WebContents.
|
| virtual WebContents* GetWebContents() const = 0;
|
|
|
| + // Returns whether the download uses parallel requests.
|
| + virtual bool UsesParallelRequests() const;
|
| +
|
| protected:
|
| void StartDownload() const;
|
| void Interrupt(DownloadInterruptReason reason);
|
|
|