| 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 d7e92eeb51049817d9080c45762e6976c0f91854..7a40c0fecfd4e95ec61d19a2c23f830c7973424c 100644
|
| --- a/ui/app_list/app_list_switches.cc
|
| +++ b/ui/app_list/app_list_switches.cc
|
| @@ -52,7 +52,7 @@ bool IsAppListSyncEnabled() {
|
| if (base::CommandLine::ForCurrentProcess()->HasSwitch(kEnableSyncAppList))
|
| return true;
|
|
|
| - if (!IsMacViewsAppListListEnabled())
|
| + if (!IsMacViewsAppListEnabled())
|
| return false;
|
| #endif
|
| return !base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| @@ -120,7 +120,7 @@ bool IsLauncherSearchProviderApiEnabled() {
|
| }
|
|
|
| #if defined(OS_MACOSX)
|
| -bool IsMacViewsAppListListEnabled() {
|
| +bool IsMacViewsAppListEnabled() {
|
| #if defined(TOOLKIT_VIEWS)
|
| return base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| kEnableMacViewsAppList);
|
|
|