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

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: 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);
calamity 2015/03/10 06:18:51 This is necessary to fix a test. There's some weir
tapted 2015/03/10 19:19:54 What's the test? (e.g. how do you know it's not a
calamity 2015/03/12 21:23:22 It is a 'real' problem. I guess I should fix it be
tapted 2015/03/20 11:47:15 I think for a while there was an `Open Ash` option
+ AppListServiceAsh::GetInstance()->Init(initial_profile);
}

Powered by Google App Engine
This is Rietveld 408576698