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

Unified Diff: chrome/browser/ui/startup/startup_browser_creator_impl.cc

Issue 11968034: Enable profile switching for standalone App Launcher via the Settings App. (Closed) Base URL: git://nomatter.syd/chromium/src.git@master
Patch Set: Created 7 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/startup/startup_browser_creator_impl.cc
diff --git a/chrome/browser/ui/startup/startup_browser_creator_impl.cc b/chrome/browser/ui/startup/startup_browser_creator_impl.cc
index d25b6da62c5ba84cd3573a32b32ecd9cfa451612..508b72f209e490ba9875f9fd432a90652fc44097 100644
--- a/chrome/browser/ui/startup/startup_browser_creator_impl.cc
+++ b/chrome/browser/ui/startup/startup_browser_creator_impl.cc
@@ -336,9 +336,9 @@ bool StartupBrowserCreatorImpl::Launch(Profile* profile,
base::StatisticsRecorder::set_dump_on_exit(true);
#if defined(ENABLE_APP_LIST)
- chrome::InitAppList();
+ chrome::InitAppList(profile);
if (command_line_.HasSwitch(switches::kShowAppList)) {
- chrome::ShowAppList();
+ chrome::ShowAppList(profile);
return true;
}
#endif

Powered by Google App Engine
This is Rietveld 408576698