summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_file.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/download/download_file.cc')
-rw-r--r--chrome/browser/download/download_file.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/download/download_file.cc b/chrome/browser/download/download_file.cc
index 7066b5b..b340d00 100644
--- a/chrome/browser/download/download_file.cc
+++ b/chrome/browser/download/download_file.cc
@@ -65,7 +65,8 @@ DownloadFile::DownloadFile(const DownloadCreateInfo* info)
request_id_(info->request_id),
bytes_so_far_(0),
path_renamed_(false),
- in_progress_(true) {
+ in_progress_(true),
+ dont_sleep_(true) {
}
DownloadFile::~DownloadFile() {