| 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;
|
|
|