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

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

Issue 2890853002: Downloads: replace BrowserThread::FILE with task scheduler. (Closed)
Patch Set: Address Avi's comments. 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
« no previous file with comments | « content/browser/download/parallel_download_job_unittest.cc ('k') | content/browser/download/save_file.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..e5d3bc6867aad68a2543b56c746b6eb38f249f0d 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
+// completed or canceled, the SaveFile is destroyed. One SaveFile object
+// represents one item in a save session.
class SaveFile {
public:
explicit SaveFile(const SaveFileCreateInfo* info, bool calculate_hash);
« no previous file with comments | « content/browser/download/parallel_download_job_unittest.cc ('k') | content/browser/download/save_file.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698