summaryrefslogtreecommitdiffstats
path: root/chrome/browser/android/banners/app_banner_data_fetcher_android.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/android/banners/app_banner_data_fetcher_android.h')
-rw-r--r--chrome/browser/android/banners/app_banner_data_fetcher_android.h14
1 files changed, 7 insertions, 7 deletions
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 db26df0..058415c 100644
--- a/chrome/browser/android/banners/app_banner_data_fetcher_android.h
+++ b/chrome/browser/android/banners/app_banner_data_fetcher_android.h
@@ -15,13 +15,13 @@ namespace banners {
// WebContents. Extends the regular fetch to add support for Android apps.
class AppBannerDataFetcherAndroid : public AppBannerDataFetcher {
public:
- 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 minimum_splash_image_size_in_dp);
+ 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 minimum_splash_image_size_in_dp,
+ bool is_debug_mode);
// Saves information about the Android app being promoted by the current page,
// then continues the creation pipeline.