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

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

Issue 2339523004: Remove old (dead) app list code. (Closed)
Patch Set: Address nonbistytftatl review. Created 4 years, 3 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_service_views.cc
diff --git a/chrome/browser/ui/app_list/app_list_service_views.cc b/chrome/browser/ui/app_list/app_list_service_views.cc
index 044ca4962bcffdf14f091d7ca4eb64a4fc665316..2362a1ee21057643b52afeaea8fd55b7e9d5f354 100644
--- a/chrome/browser/ui/app_list/app_list_service_views.cc
+++ b/chrome/browser/ui/app_list/app_list_service_views.cc
@@ -43,9 +43,7 @@ void AppListServiceViews::ShowForProfile(Profile* requested_profile) {
void AppListServiceViews::ShowForAppInstall(Profile* profile,
const std::string& extension_id,
bool start_discovery_tracking) {
- if (app_list::switches::IsExperimentalAppListEnabled())
- ShowForProfileInternal(profile, app_list::AppListModel::STATE_APPS);
-
+ ShowForProfileInternal(profile, app_list::AppListModel::STATE_APPS);
AppListServiceImpl::ShowForAppInstall(profile, extension_id,
start_discovery_tracking);
}

Powered by Google App Engine
This is Rietveld 408576698