| 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 026f4b8d784642d89811d4d41ead4c367fee760d..bf7c30b72916556a29764b5038a33faa2c1e93b3 100644
|
| --- a/chrome/browser/android/banners/app_banner_infobar_delegate_android.h
|
| +++ b/chrome/browser/android/banners/app_banner_infobar_delegate_android.h
|
| @@ -9,6 +9,7 @@
|
| #include "base/macros.h"
|
| #include "base/strings/string16.h"
|
| #include "chrome/browser/android/banners/app_banner_data_fetcher_android.h"
|
| +#include "chrome/browser/android/shortcut_info.h"
|
| #include "components/infobars/core/confirm_infobar_delegate.h"
|
| #include "content/public/common/manifest.h"
|
| #include "ui/gfx/image/image.h"
|
| @@ -35,7 +36,8 @@ class AppBannerInfoBarDelegateAndroid : public ConfirmInfoBarDelegate {
|
| scoped_refptr<AppBannerDataFetcherAndroid> data_fetcher,
|
| const base::string16& app_title,
|
| SkBitmap* app_icon,
|
| - const content::Manifest& web_app_data);
|
| + const content::Manifest& web_app_data,
|
| + ShortcutInfo::Type webapp_type);
|
|
|
| // Delegate for promoting an Android app.
|
| AppBannerInfoBarDelegateAndroid(
|
| @@ -87,6 +89,7 @@ class AppBannerInfoBarDelegateAndroid : public ConfirmInfoBarDelegate {
|
|
|
| int event_request_id_;
|
| content::Manifest web_app_data_;
|
| + ShortcutInfo::Type webapp_type_;
|
|
|
| base::android::ScopedJavaGlobalRef<jobject> native_app_data_;
|
| std::string native_app_package_;
|
|
|