| 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..d9d8ede37e7dfe6d0f40b141b587cac673ed371b 100644
|
| --- a/chrome/browser/ui/app_list/app_list_controller_delegate.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_controller_delegate.cc
|
| @@ -25,7 +25,6 @@
|
| #include "ui/app_list/app_list_folder_item.h"
|
| #include "ui/app_list/app_list_item.h"
|
| #include "ui/app_list/app_list_model.h"
|
| -#include "ui/app_list/app_list_switches.h"
|
| #include "ui/gfx/geometry/rect.h"
|
|
|
| #if defined(ENABLE_RLZ)
|
| @@ -87,7 +86,7 @@ bool AppListControllerDelegate::UserMayModifySettings(
|
| }
|
|
|
| bool AppListControllerDelegate::CanDoShowAppInfoFlow() {
|
| - return app_list::switches::IsAppInfoEnabled();
|
| + return CanShowAppInfoDialog();
|
| }
|
|
|
| void AppListControllerDelegate::DoShowAppInfoFlow(
|
|
|