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

Unified Diff: chrome/browser/ui/app_list/app_list_service.h

Issue 856733004: Loading the Launcher with a Locked Profile launched UserManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: UserManager goes to AppLauncher after startup if flag present Created 5 years, 11 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.h
diff --git a/chrome/browser/ui/app_list/app_list_service.h b/chrome/browser/ui/app_list/app_list_service.h
index d4ce73646163f6df0a4cefaa7f6ee61293a44525..b8dafd3be32333c6a52cb19002f6a456834aa109 100644
--- a/chrome/browser/ui/app_list/app_list_service.h
+++ b/chrome/browser/ui/app_list/app_list_service.h
@@ -54,7 +54,8 @@ class AppListService {
static AppListService* Get(chrome::HostDesktopType desktop_type);
// Call Init for all AppListService instances on this platform.
- static void InitAll(Profile* initial_profile);
+ static void InitAll(Profile* initial_profile,
+ const base::FilePath& profile_path);
xiyuan 2015/01/16 20:31:52 app_list_service_ash.cc and app_list_service_linux
Mike Lerman 2015/01/19 21:08:56 Ah, I did? Those files just aren't in the same sub
static void RegisterPrefs(PrefRegistrySimple* registry);

Powered by Google App Engine
This is Rietveld 408576698