| Index: chrome/browser/previews/previews_infobar_delegate.h
|
| diff --git a/chrome/browser/previews/previews_infobar_delegate.h b/chrome/browser/previews/previews_infobar_delegate.h
|
| index 61085575c685719d7339a42987fb000e4fab8c61..a7342285914b4783b75ecc380f121516c73cb241 100644
|
| --- a/chrome/browser/previews/previews_infobar_delegate.h
|
| +++ b/chrome/browser/previews/previews_infobar_delegate.h
|
| @@ -53,6 +53,12 @@ class PreviewsInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| bool is_data_saver_user,
|
| const OnDismissPreviewsInfobarCallback& on_dismiss_callback);
|
|
|
| + // ConfirmInfoBarDelegate overrides:
|
| + base::string16 GetMessageText() const override;
|
| + base::string16 GetLinkText() const override;
|
| +
|
| + base::string16 GetTimestampText() const;
|
| +
|
| private:
|
| PreviewsInfoBarDelegate(
|
| content::WebContents* web_contents,
|
| @@ -65,9 +71,7 @@ class PreviewsInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| int GetIconId() const override;
|
| bool ShouldExpire(const NavigationDetails& details) const override;
|
| void InfoBarDismissed() override;
|
| - base::string16 GetMessageText() const override;
|
| int GetButtons() const override;
|
| - base::string16 GetLinkText() const override;
|
| bool LinkClicked(WindowOpenDisposition disposition) override;
|
|
|
| PreviewsInfoBarType infobar_type_;
|
|
|