Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3158)

Unified Diff: chrome/browser/android/offline_pages/downloads/offline_page_notification_bridge.cc

Issue 2537373004: [OfflinePages] Call NotifyInterrupted for pending requests (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 bad76825f625ee09bc0c1cf3877797f6239f4bc2..a74f381fe122100d2367dd11fcb6d104303544e1 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,8 +56,7 @@ void OfflinePageNotificationBridge::NotifyDownloadProgress(
Java_OfflinePageNotificationBridge_notifyDownloadProgress(
env, GetApplicationContext(), ConvertUTF8ToJavaString(env, item.guid),
ConvertUTF8ToJavaString(env, item.url.spec()),
- item.start_time.ToJavaTime(), GetDisplayName(item),
- item.is_offlining);
+ item.start_time.ToJavaTime(), GetDisplayName(item));
}
void OfflinePageNotificationBridge::NotifyDownloadPaused(

Powered by Google App Engine
This is Rietveld 408576698