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

Unified Diff: chrome/browser/ui/views/app_list/linux/app_list_service_linux.cc

Issue 981893002: Lazily build the app list model. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_set_enabled
Patch Set: address comments Created 5 years, 9 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/views/app_list/linux/app_list_service_linux.cc
diff --git a/chrome/browser/ui/views/app_list/linux/app_list_service_linux.cc b/chrome/browser/ui/views/app_list/linux/app_list_service_linux.cc
index 7eeea309de5d55336ac245b9876514cbd799a16e..a3ba8ac20a6233d5029cdde21e262bce07fe0b1a 100644
--- a/chrome/browser/ui/views/app_list/linux/app_list_service_linux.cc
+++ b/chrome/browser/ui/views/app_list/linux/app_list_service_linux.cc
@@ -97,6 +97,6 @@ AppListService* AppListService::Get(chrome::HostDesktopType desktop_type) {
// static
void AppListService::InitAll(Profile* initial_profile,
const base::FilePath& profile_path) {
- AppListServiceAsh::GetInstance()->Init(initial_profile);
AppListServiceLinux::GetInstance()->Init(initial_profile);
tapted 2015/03/20 11:47:15 Did you want to make this same fix in app_list_ser
calamity 2015/03/23 05:14:49 I put up another CL to make this change unnecessar
tapted 2015/03/26 18:57:30 all lgtm if the bots are happy with this reverted,
+ AppListServiceAsh::GetInstance()->Init(initial_profile);
}

Powered by Google App Engine
This is Rietveld 408576698