Index: chrome/browser/android/offline_pages/downloads/offline_page_notification_bridge.cc |
diff --git a/chrome/browser/android/offline_pages/downloads/offline_page_notification_bridge.cc b/chrome/browser/android/offline_pages/downloads/offline_page_notification_bridge.cc |
index a74f381fe122100d2367dd11fcb6d104303544e1..407d81ec10a8c429240d131936725c538ed6c7f8 100644 |
--- a/chrome/browser/android/offline_pages/downloads/offline_page_notification_bridge.cc |
+++ b/chrome/browser/android/offline_pages/downloads/offline_page_notification_bridge.cc |
@@ -56,7 +56,8 @@ void OfflinePageNotificationBridge::NotifyDownloadProgress( |
Java_OfflinePageNotificationBridge_notifyDownloadProgress( |
env, GetApplicationContext(), ConvertUTF8ToJavaString(env, item.guid), |
ConvertUTF8ToJavaString(env, item.url.spec()), |
- item.start_time.ToJavaTime(), GetDisplayName(item)); |
+ item.start_time.ToJavaTime(), item.download_progress_bytes, |
+ GetDisplayName(item)); |
} |
void OfflinePageNotificationBridge::NotifyDownloadPaused( |