| Index: chrome/browser/android/webapps/add_to_homescreen_data_fetcher_unittest.cc
|
| diff --git a/chrome/browser/android/webapps/add_to_homescreen_data_fetcher_unittest.cc b/chrome/browser/android/webapps/add_to_homescreen_data_fetcher_unittest.cc
|
| index c8bfaf1bf4f3ad4f56063c92402ec05061852373..3583b3137116dea362997d27e18f5c083ac6313f 100644
|
| --- a/chrome/browser/android/webapps/add_to_homescreen_data_fetcher_unittest.cc
|
| +++ b/chrome/browser/android/webapps/add_to_homescreen_data_fetcher_unittest.cc
|
| @@ -204,8 +204,9 @@ class AddToHomescreenDataFetcherTest : public ChromeRenderViewHostTestHarness {
|
| scoped_refptr<AddToHomescreenDataFetcher> BuildFetcher(
|
| bool check_webapk_compatible,
|
| AddToHomescreenDataFetcher::Observer* observer) {
|
| - return new AddToHomescreenDataFetcher(web_contents(), 1, 1, 1, 1, 1,
|
| - check_webapk_compatible, observer);
|
| + return new AddToHomescreenDataFetcher(
|
| + web_contents(), 1, 1, 1, 1, 1, check_webapk_compatible,
|
| + true /* can_use_webapk_install_flow */, observer);
|
| }
|
|
|
| // Set the manifest to be returned as a result of WebContents::GetManifest().
|
|
|