 Chromium Code Reviews
 Chromium Code Reviews Issue 2890853002:
  Downloads: replace BrowserThread::FILE with task scheduler.  (Closed)
    
  
    Issue 2890853002:
  Downloads: replace BrowserThread::FILE with task scheduler.  (Closed) 
  | Index: content/browser/download/save_file.h | 
| diff --git a/content/browser/download/save_file.h b/content/browser/download/save_file.h | 
| index 580b833c23b4438806bb5dedb472276c65eb85d2..1e0841b3d0b22500351d1262498ff0b44ae3e8cf 100644 | 
| --- a/content/browser/download/save_file.h | 
| +++ b/content/browser/download/save_file.h | 
| @@ -19,11 +19,11 @@ | 
| namespace content { | 
| // SaveFile ---------------------------------------------------------------- | 
| -// These objects live exclusively on the file thread and handle the writing | 
| -// operations for one save item. These objects live only for the duration that | 
| -// the saving job is 'in progress': once the saving job has been completed or | 
| -// canceled, the SaveFile is destroyed. One SaveFile object represents one item | 
| -// in a save session. | 
| +// These objects live exclusively on the download task runner and handle the | 
| +// writing operations for one save item. These objects live only for the | 
| +// duration that the saving job is 'in progress': once the saving job has been | 
| 
Avi (use Gerrit)
2017/07/21 17:30:08
fix double-space between "that" and "the"
 
Sigurður Ásgeirsson
2017/07/21 17:38:20
Done.
 | 
| +// completed or canceled, the SaveFile is destroyed. One SaveFile object | 
| 
Avi (use Gerrit)
2017/07/21 17:30:08
fix double-space bedtween "or" and "canceled"
 
Sigurður Ásgeirsson
2017/07/21 17:38:20
Done.
 | 
| +// represents one item in a save session. | 
| class SaveFile { | 
| public: | 
| explicit SaveFile(const SaveFileCreateInfo* info, bool calculate_hash); |