Chromium Code Reviews| Index: content/browser/download/download_file.h |
| diff --git a/content/browser/download/download_file.h b/content/browser/download/download_file.h |
| index c155cb216ee8c8385b094ad9d0156afeb67c9119..06ff940d1beab5a717d0b9da9d9e1d8ac0a7b8f8 100644 |
| --- a/content/browser/download/download_file.h |
| +++ b/content/browser/download/download_file.h |
| @@ -76,6 +76,7 @@ class CONTENT_EXPORT DownloadFile { |
| virtual const base::FilePath& FullPath() const = 0; |
| virtual bool InProgress() const = 0; |
| + virtual void Pause() {} |
|
xingliu
2017/03/17 00:02:15
The methods here are all pure virtual, can we also
David Trainor- moved to gerrit
2017/03/17 07:25:40
WasPaused?
qinmin
2017/03/17 19:52:54
Done. Changed to WasPaused() as suggested by David
qinmin
2017/03/17 19:52:54
Done.
|
| }; |
| } // namespace content |