| Index: chrome/browser/android/banners/app_banner_data_fetcher_android.h
|
| diff --git a/chrome/browser/android/banners/app_banner_data_fetcher_android.h b/chrome/browser/android/banners/app_banner_data_fetcher_android.h
|
| index 0f3a1274972ec173bc1e9708c4dc885b531b052c..4911f6e7638f58e8c95a76dc3898b9203aba767d 100644
|
| --- a/chrome/browser/android/banners/app_banner_data_fetcher_android.h
|
| +++ b/chrome/browser/android/banners/app_banner_data_fetcher_android.h
|
| @@ -17,8 +17,10 @@ class AppBannerDataFetcherAndroid : public AppBannerDataFetcher {
|
| AppBannerDataFetcherAndroid(
|
| content::WebContents* web_contents,
|
| base::WeakPtr<Delegate> weak_delegate,
|
| + int ideal_icon_size_in_dp,
|
| + int minimum_icon_size_in_dp,
|
| int ideal_splash_image_size_in_dp,
|
| - int ideal_icon_size_in_dp);
|
| + int minimum_splash_image_size_in_dp);
|
|
|
| // Saves information about the Android app being promoted by the current page,
|
| // then continues the creation pipeline.
|
| @@ -45,6 +47,7 @@ class AppBannerDataFetcherAndroid : public AppBannerDataFetcher {
|
| std::string native_app_package_;
|
|
|
| int ideal_splash_image_size_in_dp_;
|
| + int minimum_splash_image_size_in_dp_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AppBannerDataFetcherAndroid);
|
| };
|
|
|