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

Unified Diff: chrome/browser/android/webapps/add_to_homescreen_data_fetcher.h

Issue 2675803004: Fall back to shortcut A2HS when Phonesky is out of date or unavailable. (Closed)
Patch Set: Update add_to_homescreen_data_fetcher_unittest.cc. Created 3 years, 10 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/webapps/add_to_homescreen_data_fetcher.h
diff --git a/chrome/browser/android/webapps/add_to_homescreen_data_fetcher.h b/chrome/browser/android/webapps/add_to_homescreen_data_fetcher.h
index 631b1d0ea96a495bf3fa5fa6269e8903947fcce3..8b5b95785048ae0904e940ce349a888a0cb589e9 100644
--- a/chrome/browser/android/webapps/add_to_homescreen_data_fetcher.h
+++ b/chrome/browser/android/webapps/add_to_homescreen_data_fetcher.h
@@ -76,6 +76,7 @@ class AddToHomescreenDataFetcher
int minimum_splash_image_size_in_px,
int badge_size_in_px,
bool check_webapk_compatible,
+ bool can_use_webapk_install_flow,
Observer* observer);
// Returns a callback which fetches the splash screen image to be stored for
@@ -147,6 +148,7 @@ class AddToHomescreenDataFetcher
bool is_installable_check_complete_;
bool is_icon_saved_;
bool is_ready_;
+ bool can_use_webapk_install_flow_;
DISALLOW_COPY_AND_ASSIGN(AddToHomescreenDataFetcher);
};

Powered by Google App Engine
This is Rietveld 408576698