| Index: components/arc/intent_helper/link_handler_model_impl.cc
|
| diff --git a/components/arc/intent_helper/link_handler_model_impl.cc b/components/arc/intent_helper/link_handler_model_impl.cc
|
| index 4f9896795f62eec016c4598542810ac6be64af79..6a78118ec6e2634d47de10506a35438659102bcb 100644
|
| --- a/components/arc/intent_helper/link_handler_model_impl.cc
|
| +++ b/components/arc/intent_helper/link_handler_model_impl.cc
|
| @@ -115,9 +115,10 @@ void LinkHandlerModelImpl::OnUrlHandlerList(
|
| activities.emplace_back(handlers_[i]->package_name,
|
| handlers_[i]->activity_name);
|
| }
|
| - icon_info_notified = icon_loader_->GetActivityIcons(
|
| + const ActivityIconLoader::GetResult result = icon_loader_->GetActivityIcons(
|
| activities, base::Bind(&LinkHandlerModelImpl::NotifyObserver,
|
| weak_ptr_factory_.GetWeakPtr()));
|
| + icon_info_notified = ActivityIconLoader::HasIconsReadyCallbackRun(result);
|
| }
|
|
|
| if (!icon_info_notified) {
|
|
|