Index: content/browser/download/base_file.h |
diff --git a/content/browser/download/base_file.h b/content/browser/download/base_file.h |
index 7ada03c7c4c9a0e7ec016c775aeb48531f713bbf..c488c34e410b50e88b334d7921f605f9584399d1 100644 |
--- a/content/browser/download/base_file.h |
+++ b/content/browser/download/base_file.h |
@@ -29,6 +29,8 @@ class FileStream; |
// for DownloadFile and SaveFile, which keep more state information. |
class CONTENT_EXPORT BaseFile { |
public: |
+ // May be constructed on any thread. All other routines (including |
+ // destruction) must occur on the FILE thread. |
BaseFile(const FilePath& full_path, |
const GURL& source_url, |
const GURL& referrer_url, |