| 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 78d9e1276e75fcf9e2ca67f9a1007bcb4063ffbf..78caafe6a8d49fc61544664f46195dbac8ff7738 100644
|
| --- a/chrome/browser/previews/previews_infobar_delegate.h
|
| +++ b/chrome/browser/previews/previews_infobar_delegate.h
|
| @@ -45,12 +45,14 @@ class PreviewsInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| static void Create(
|
| content::WebContents* web_contents,
|
| PreviewsInfoBarType infobar_type,
|
| + bool is_data_saver_user,
|
| const OnDismissPreviewsInfobarCallback& on_dismiss_callback);
|
|
|
| private:
|
| PreviewsInfoBarDelegate(
|
| content::WebContents* web_contents,
|
| PreviewsInfoBarType infobar_type,
|
| + bool is_data_saver_user,
|
| const OnDismissPreviewsInfobarCallback& on_dismiss_callback);
|
|
|
| // ConfirmInfoBarDelegate overrides:
|
| @@ -65,6 +67,8 @@ class PreviewsInfoBarDelegate : public ConfirmInfoBarDelegate {
|
|
|
| PreviewsInfoBarType infobar_type_;
|
|
|
| + const bool is_data_saver_user_;
|
| +
|
| OnDismissPreviewsInfobarCallback on_dismiss_callback_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(PreviewsInfoBarDelegate);
|
|
|