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 52c77c1166e29f50679ad5ce4dc132a2dfb40c56..b5e4d31ccbcdddcc588e185f23aab8559effefef 100644 |
--- a/chrome/browser/android/banners/app_banner_infobar_delegate_android.h |
+++ b/chrome/browser/android/banners/app_banner_infobar_delegate_android.h |
@@ -31,6 +31,7 @@ class AppBannerInfoBarDelegateAndroid : public ConfirmInfoBarDelegate { |
AppBannerInfoBarDelegateAndroid( |
int event_request_id, |
const base::string16& app_title, |
+ SkBitmap* splash_icon, |
SkBitmap* app_icon, |
const content::Manifest& web_app_data); |
@@ -75,6 +76,7 @@ class AppBannerInfoBarDelegateAndroid : public ConfirmInfoBarDelegate { |
base::android::ScopedJavaGlobalRef<jobject> java_delegate_; |
base::string16 app_title_; |
+ scoped_ptr<SkBitmap> splash_icon_; |
scoped_ptr<SkBitmap> app_icon_; |
int event_request_id_; |