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

Unified Diff: chrome/browser/android/download/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/duplicate_download_infobar_delegate.h
diff --git a/chrome/browser/android/download/duplicate_download_infobar_delegate.h b/chrome/browser/android/download/duplicate_download_infobar_delegate.h
index 645a7bf628e0d4fb67622b193c1945352be2dea5..02b68087f5a503f7e76b3ea1821c149532cbe557 100644
--- a/chrome/browser/android/download/duplicate_download_infobar_delegate.h
+++ b/chrome/browser/android/download/duplicate_download_infobar_delegate.h
@@ -27,6 +27,8 @@ class DuplicateDownloadInfoBarDelegate : public ConfirmInfoBarDelegate {
virtual bool IsOffTheRecord() const;
+ virtual std::string GetDownloadGuid() const;
+
// ConfirmInfoBarDelegate implementation.
base::string16 GetMessageText() const override;
bool ShouldExpire(const NavigationDetails& details) const override;

Powered by Google App Engine
This is Rietveld 408576698