| Index: ui/app_list/views/tile_item_view.cc
|
| diff --git a/ui/app_list/views/tile_item_view.cc b/ui/app_list/views/tile_item_view.cc
|
| index 351c77089d596136ccfd470e27541bb4db656433..6e46a0f1ab782a123bec128bcf4b79478038ee72 100644
|
| --- a/ui/app_list/views/tile_item_view.cc
|
| +++ b/ui/app_list/views/tile_item_view.cc
|
| @@ -66,7 +66,7 @@ TileItemView::TileItemView()
|
| title_->SetHandlesTooltips(false);
|
|
|
| AddChildView(icon_);
|
| - if (features::IsFullscreenAppListEnabled()) {
|
| + if (features::IsPlayStoreAppSearchEnabled()) {
|
| badge_ = new views::ImageView();
|
| badge_->set_can_process_events_within_subtree(false);
|
| badge_->SetVerticalAlignment(views::ImageView::LEADING);
|
|
|