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

Unified Diff: chrome/browser/android/download/chrome_duplicate_download_infobar_delegate.h

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/chrome_duplicate_download_infobar_delegate.h
diff --git a/chrome/browser/android/download/chrome_duplicate_download_infobar_delegate.h b/chrome/browser/android/download/chrome_duplicate_download_infobar_delegate.h
index 0962cbe90bbe29490789e7f10166f2efc3bc6a2f..c4e1efbbbe2f03386519bade57217867ddd60500 100644
--- a/chrome/browser/android/download/chrome_duplicate_download_infobar_delegate.h
+++ b/chrome/browser/android/download/chrome_duplicate_download_infobar_delegate.h
@@ -48,7 +48,7 @@ class ChromeDuplicateDownloadInfoBarDelegate
std::string GetFilePath() const override;
void InfoBarDismissed() override;
bool IsOffTheRecord() const override;
-
+ std::string GetDownloadGuid() const override;
// The download item that is requesting the infobar. Could get deleted while
// the infobar is showing.

Powered by Google App Engine
This is Rietveld 408576698