diff options
Diffstat (limited to 'content/browser/download/base_file.cc')
-rw-r--r-- | content/browser/download/base_file.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/browser/download/base_file.cc b/content/browser/download/base_file.cc index 5c27ade..9516fb3 100644 --- a/content/browser/download/base_file.cc +++ b/content/browser/download/base_file.cc @@ -215,7 +215,6 @@ BaseFile::BaseFile(const FilePath& full_path, file_stream_(file_stream), bytes_so_far_(received_bytes), start_tick_(base::TimeTicks::Now()), - power_save_blocker_(PowerSaveBlocker::kPowerSaveBlockPreventSystemSleep), calculate_hash_(calculate_hash), detached_(false), bound_net_log_(bound_net_log) { |