| Index: content/browser/download/base_file.cc
|
| diff --git a/content/browser/download/base_file.cc b/content/browser/download/base_file.cc
|
| index 1d5d1e2e1ba3318bd7ae74a51a152d1d9508acbe..debf0fb638ef4fd23edd6729242e2dee7afc500b 100644
|
| --- a/content/browser/download/base_file.cc
|
| +++ b/content/browser/download/base_file.cc
|
| @@ -220,7 +220,6 @@ BaseFile::BaseFile(const FilePath& full_path,
|
| calculate_hash_(calculate_hash),
|
| detached_(false),
|
| bound_net_log_(bound_net_log) {
|
| - DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
|
| memcpy(sha256_hash_, kEmptySha256Hash, kSha256HashLen);
|
| if (file_stream_.get()) {
|
| file_stream_->SetBoundNetLogSource(bound_net_log_);
|
|
|