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

Unified Diff: chrome/browser/ui/ash/app_list/app_list_service_ash.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/ash/app_list/app_list_service_ash.cc
diff --git a/chrome/browser/ui/ash/app_list/app_list_service_ash.cc b/chrome/browser/ui/ash/app_list/app_list_service_ash.cc
index 25171e97d848e45eed8ce2fec6870ae421e45603..6e9bc5189c3bb16b5262ce0b0a8c719814c1ff54 100644
--- a/chrome/browser/ui/ash/app_list/app_list_service_ash.cc
+++ b/chrome/browser/ui/ash/app_list/app_list_service_ash.cc
@@ -146,9 +146,7 @@ void AppListServiceAsh::ShowForProfile(Profile* /*default_profile*/) {
void AppListServiceAsh::ShowForAppInstall(Profile* profile,
const std::string& extension_id,
bool start_discovery_tracking) {
- if (app_list::switches::IsExperimentalAppListEnabled())
- ShowAndSwitchToState(app_list::AppListModel::STATE_APPS);
-
+ ShowAndSwitchToState(app_list::AppListModel::STATE_APPS);
AppListServiceImpl::ShowForAppInstall(profile, extension_id,
start_discovery_tracking);
}

Powered by Google App Engine
This is Rietveld 408576698