Index: content/browser/download/base_file.h |
=================================================================== |
--- content/browser/download/base_file.h (revision 152281) |
+++ content/browser/download/base_file.h (working copy) |
@@ -29,8 +29,6 @@ |
// 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, |