Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(808)

Unified Diff: content/browser/download/save_file.h

Issue 2890853002: Downloads: replace BrowserThread::FILE with task scheduler. (Closed)
Patch Set: Revert ScopedCOMInitializer invocations. Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698