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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/suggestions/SuggestionsNavigationDelegateImpl.java

Issue 2737723002: Downloads : Last access time update for NTP, duplicate infobar and notifications (Closed)
Patch Set: more Created 3 years, 9 months 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/android/java/src/org/chromium/chrome/browser/suggestions/SuggestionsNavigationDelegateImpl.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/suggestions/SuggestionsNavigationDelegateImpl.java b/chrome/android/java/src/org/chromium/chrome/browser/suggestions/SuggestionsNavigationDelegateImpl.java
index bc6bc00c9618a74d7d1e737006c71e5c24945c5c..6fc318b34370acfce35b9a2008e9b3d09cacd208 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/suggestions/SuggestionsNavigationDelegateImpl.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/suggestions/SuggestionsNavigationDelegateImpl.java
@@ -97,8 +97,8 @@ public class SuggestionsNavigationDelegateImpl implements SuggestionsNavigationD
assert windowOpenDisposition == WindowOpenDisposition.CURRENT_TAB
|| windowOpenDisposition == WindowOpenDisposition.NEW_WINDOW
|| windowOpenDisposition == WindowOpenDisposition.NEW_BACKGROUND_TAB;
- DownloadUtils.openFile(
- article.getAssetDownloadFile(), article.getAssetDownloadMimeType(), false);
+ DownloadUtils.openFile(article.getAssetDownloadFile(),
+ article.getAssetDownloadMimeType(), article.getAssetDownloadGuid(), false);
return;
}

Powered by Google App Engine
This is Rietveld 408576698