Index: content/browser/download/base_file.h |
diff --git a/content/browser/download/base_file.h b/content/browser/download/base_file.h |
index ec499b2250f798a618363ff339780f16cf7282d0..d1daaf192ee0e7dc0d098f12b513d72eb29a0fd2 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, |