| Index: ui/app_list/app_list_switches.cc
|
| diff --git a/ui/app_list/app_list_switches.cc b/ui/app_list/app_list_switches.cc
|
| index a80013f206d10068293d231e25e08d188f616c57..c528c7162d4697be8333d5ceb7cf015de3bcdee3 100644
|
| --- a/ui/app_list/app_list_switches.cc
|
| +++ b/ui/app_list/app_list_switches.cc
|
| @@ -67,13 +67,6 @@ bool IsVoiceSearchEnabled() {
|
| #endif
|
| }
|
|
|
| -bool IsAppInfoEnabled() {
|
| -#if defined(OS_MACOSX)
|
| - return IsMacViewsAppListListEnabled();
|
| -#endif
|
| - return true;
|
| -}
|
| -
|
| bool IsExperimentalAppListEnabled() {
|
| if (base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| kEnableExperimentalAppList))
|
|
|