Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(158)

Unified Diff: chrome/browser/android/banners/app_banner_data_fetcher_android.h

Issue 1569893003: Add "Request app banner" context menu in DevTools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: incorporated pfeldman's comment Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698