| Index: chrome/browser/android/banners/app_banner_infobar_delegate_android.h
|
| diff --git a/chrome/browser/android/banners/app_banner_infobar_delegate_android.h b/chrome/browser/android/banners/app_banner_infobar_delegate_android.h
|
| index c3c756151dac7792719ec99bac442f035afdf298..ecba8527e796b684666e24a49c560de3f11e4e08 100644
|
| --- a/chrome/browser/android/banners/app_banner_infobar_delegate_android.h
|
| +++ b/chrome/browser/android/banners/app_banner_infobar_delegate_android.h
|
| @@ -39,7 +39,6 @@ class AppBannerInfoBarDelegateAndroid : public ConfirmInfoBarDelegate {
|
| // app, and adds the infobar to the InfoBarManager for |web_contents|.
|
| static bool Create(content::WebContents* web_contents,
|
| base::WeakPtr<AppBannerManager> weak_manager,
|
| - const base::string16& app_title,
|
| std::unique_ptr<ShortcutInfo> info,
|
| const SkBitmap& primary_icon,
|
| const SkBitmap& badge_icon,
|
| @@ -94,7 +93,6 @@ class AppBannerInfoBarDelegateAndroid : public ConfirmInfoBarDelegate {
|
| // Delegate for promoting a web app.
|
| AppBannerInfoBarDelegateAndroid(
|
| base::WeakPtr<AppBannerManager> weak_manager,
|
| - const base::string16& app_title,
|
| std::unique_ptr<ShortcutInfo> info,
|
| const SkBitmap& primary_icon,
|
| const SkBitmap& badge_icon,
|
|
|