| Index: chrome/browser/ui/app_list/app_list_controller_delegate.cc
|
| diff --git a/chrome/browser/ui/app_list/app_list_controller_delegate.cc b/chrome/browser/ui/app_list/app_list_controller_delegate.cc
|
| index e93132b88f9436e52d941c96dbdc31bf35f069ec..8a745a21479af25e88b8c75f3fd1028550187ce0 100644
|
| --- a/chrome/browser/ui/app_list/app_list_controller_delegate.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_controller_delegate.cc
|
| @@ -87,7 +87,7 @@ bool AppListControllerDelegate::UserMayModifySettings(
|
| }
|
|
|
| bool AppListControllerDelegate::CanDoShowAppInfoFlow() {
|
| - return app_list::switches::IsAppInfoEnabled();
|
| + return CanShowAppInfoDialog();
|
| }
|
|
|
| void AppListControllerDelegate::DoShowAppInfoFlow(
|
|
|