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

Unified Diff: chrome/browser/ui/views/app_list/win/app_list_service_win.cc

Issue 856733004: Loading the Launcher with a Locked Profile launched UserManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tapted@: test fixes and remove a const-ref. 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/views/app_list/win/app_list_service_win.cc
diff --git a/chrome/browser/ui/views/app_list/win/app_list_service_win.cc b/chrome/browser/ui/views/app_list/win/app_list_service_win.cc
index e40f2773b052f0d3d08dfa5dbad16f591c576f26..ba5d1550d9595158c82c75e19de7736c0cb0ac14 100644
--- a/chrome/browser/ui/views/app_list/win/app_list_service_win.cc
+++ b/chrome/browser/ui/views/app_list/win/app_list_service_win.cc
@@ -60,7 +60,8 @@ AppListService* AppListService::Get(chrome::HostDesktopType desktop_type) {
}
// static
-void AppListService::InitAll(Profile* initial_profile) {
+void AppListService::InitAll(Profile* initial_profile,
+ const base::FilePath& profile_path) {
if (base::CommandLine::ForCurrentProcess()->HasSwitch(
switches::kViewerConnect))
AppListServiceAsh::GetInstance()->Init(initial_profile);

Powered by Google App Engine
This is Rietveld 408576698