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

Unified Diff: chrome/browser/android/download/duplicate_download_infobar_delegate.cc

Issue 2737723002: Downloads : Last access time update for NTP, duplicate infobar and notifications (Closed)
Patch Set: 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/browser/android/download/duplicate_download_infobar_delegate.cc
diff --git a/chrome/browser/android/download/duplicate_download_infobar_delegate.cc b/chrome/browser/android/download/duplicate_download_infobar_delegate.cc
index 598c204203ae10192cd9c7dc2ecf0831469fccb0..2bf0219b63c9dee7ffcb9496c60009e5ced961d1 100644
--- a/chrome/browser/android/download/duplicate_download_infobar_delegate.cc
+++ b/chrome/browser/android/download/duplicate_download_infobar_delegate.cc
@@ -19,6 +19,10 @@ bool DuplicateDownloadInfoBarDelegate::IsOffTheRecord() const {
return false;
}
+std::string DuplicateDownloadInfoBarDelegate::GetDownloadGuid() const {
+ return std::string();
+}
+
base::string16 DuplicateDownloadInfoBarDelegate::GetMessageText() const {
return base::string16();
}

Powered by Google App Engine
This is Rietveld 408576698