diff options
Diffstat (limited to 'content/browser/download/download_file_impl.cc')
-rw-r--r-- | content/browser/download/download_file_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/download/download_file_impl.cc b/content/browser/download/download_file_impl.cc index 4c8203d..b15354d 100644 --- a/content/browser/download/download_file_impl.cc +++ b/content/browser/download/download_file_impl.cc @@ -337,7 +337,7 @@ void DownloadFileImpl::StreamActive() { &DownloadDestinationObserver::DestinationCompleted, observer_, hash)); } - if (bound_net_log_.GetCaptureMode().enabled()) { + if (bound_net_log_.IsCapturing()) { bound_net_log_.AddEvent( net::NetLog::TYPE_DOWNLOAD_STREAM_DRAINED, base::Bind(&FileStreamDrainedNetLogCallback, total_incoming_data_size, |