Chromium Code Reviews| Index: chrome/browser/ui/app_list/app_list_controller.cc |
| diff --git a/chrome/browser/ui/app_list/app_list_controller.cc b/chrome/browser/ui/app_list/app_list_controller.cc |
| index 1fb2d25c7e5c7563e2fd49281415f51022d4d1de..e63b04218c64667d2e677a5cad46a9ce07a5b407 100644 |
| --- a/chrome/browser/ui/app_list/app_list_controller.cc |
| +++ b/chrome/browser/ui/app_list/app_list_controller.cc |
| @@ -31,7 +31,7 @@ void AppListControllerDelegate::CreateNewWindow(bool incognito) { |
| namespace app_list_controller { |
| -#if !defined(OS_WIN) |
| +#if defined(OS_CHROMEOS) |
| // Default implementation for ports which do not have this implemented. |
| void ShowAppList() {} |