| Index: content/browser/download/base_file.cc
|
| diff --git a/content/browser/download/base_file.cc b/content/browser/download/base_file.cc
|
| index 396ac33cee2ce1b5333ccb22a8f2b8380bab0304..c9c4adcf4b3729835d48fd9755c76c201f5dac2d 100644
|
| --- a/content/browser/download/base_file.cc
|
| +++ b/content/browser/download/base_file.cc
|
| @@ -218,7 +218,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_);
|
|
|