Index: content/browser/android/download_controller_android_impl.cc |
diff --git a/content/browser/android/download_controller_android_impl.cc b/content/browser/android/download_controller_android_impl.cc |
index a314d08aa75c2b529e902821b9e7c695e1285c85..fd304f92ba3ffde3aa6a2d4df4c6d362c51cf4f1 100644 |
--- a/content/browser/android/download_controller_android_impl.cc |
+++ b/content/browser/android/download_controller_android_impl.cc |
@@ -451,7 +451,7 @@ void DownloadControllerAndroidImpl::OnDownloadUpdated(DownloadItem* item) { |
base::android::GetApplicationContext(), jurl.obj(), jmime_type.obj(), |
jfilename.obj(), jpath.obj(), item->GetReceivedBytes(), true, |
item->GetId(), item->PercentComplete(), time_delta.InMilliseconds(), |
- item->HasUserGesture(), |
+ item->HasUserGesture(), item->IsPaused(), |
// Get all requirements that allows a download to be resumable. |
!item->GetBrowserContext()->IsOffTheRecord()); |
break; |