| Index: content/browser/download/base_file.cc
|
| diff --git a/content/browser/download/base_file.cc b/content/browser/download/base_file.cc
|
| index 405dc10e551935bb5852e63a496267abc386957a..362f64ea1e0320f0759ec5682ad116585a1e60cc 100644
|
| --- a/content/browser/download/base_file.cc
|
| +++ b/content/browser/download/base_file.cc
|
| @@ -185,9 +185,10 @@ void BaseFile::Cancel() {
|
|
|
| if (!full_path_.empty()) {
|
| bound_net_log_.AddEvent(net::NetLog::TYPE_DOWNLOAD_FILE_DELETED);
|
| -
|
| base::DeleteFile(full_path_, false);
|
| }
|
| +
|
| + Detach();
|
| }
|
|
|
| void BaseFile::Finish() {
|
|
|