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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/infobar/DuplicateDownloadInfoBar.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/infobar/DuplicateDownloadInfoBar.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/infobar/DuplicateDownloadInfoBar.java b/chrome/android/java/src/org/chromium/chrome/browser/infobar/DuplicateDownloadInfoBar.java
index 01b5b76d109f02210a384c27fed1995ebadfbc70..1e62c4f65a9d45126bcb739e414c09fc6f87eee8 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/infobar/DuplicateDownloadInfoBar.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/infobar/DuplicateDownloadInfoBar.java
@@ -74,7 +74,7 @@ public class DuplicateDownloadInfoBar extends ConfirmInfoBar {
return getMessageText(template, filename, new ClickableSpan() {
@Override
public void onClick(View view) {
- DownloadUtils.openFile(file, mimeType, mIsIncognito);
+ DownloadUtils.openFile(file, mimeType, null, mIsIncognito);
}
});
}

Powered by Google App Engine
This is Rietveld 408576698