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 db26df0384085d1d55e15d8fa9cde8c2765f1a0b..058415c1eb3719f0fe45568f9b6547b1507caef3 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. |