Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Unified Diff: chrome/browser/ui/app_list/app_list_controller_delegate.cc

Issue 2131463002: Purge the App Launcher code from Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Zap mac-specific icon assets Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}

Powered by Google App Engine
This is Rietveld 408576698