| 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 dc4a95531de7955f288547688e09f404fbef284e..8127a3e2dca329153286f0270f9776ba7c8688f5 100644
|
| --- a/chrome/browser/ui/app_list/app_list_controller_delegate.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_controller_delegate.cc
|
| @@ -86,10 +86,6 @@ bool AppListControllerDelegate::UserMayModifySettings(
|
| }
|
|
|
| bool AppListControllerDelegate::CanDoShowAppInfoFlow() {
|
| -#if defined(OS_MACOSX)
|
| - // Cocoa app list doesn't yet support the app info dialog.
|
| - return false;
|
| -#endif
|
| return CanShowAppInfoDialog();
|
| }
|
|
|
|
|