| Index: chrome/browser/android/webapps/add_to_homescreen_data_fetcher.cc
|
| diff --git a/chrome/browser/android/webapps/add_to_homescreen_data_fetcher.cc b/chrome/browser/android/webapps/add_to_homescreen_data_fetcher.cc
|
| index b9dbccfb1790ce846f9b687e1ca795b6e9171960..b5a951545af9be41aa2c5886e690c3c99674cf40 100644
|
| --- a/chrome/browser/android/webapps/add_to_homescreen_data_fetcher.cc
|
| +++ b/chrome/browser/android/webapps/add_to_homescreen_data_fetcher.cc
|
| @@ -172,7 +172,7 @@ void AddToHomescreenDataFetcher::OnDidPerformInstallableCheck(
|
|
|
| weak_observer_->OnUserTitleAvailable(shortcut_info_.user_title);
|
|
|
| - if (data.icon && !data.icon->drawsNothing()) {
|
| + if (data.icon) {
|
| // TODO(hanxi): implement WebAPK path if shortcut_info_.url has a secure
|
| // scheme and data.is_installable is true.
|
| shortcut_info_.icon_url = data.icon_url;
|
|
|