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

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: respond to comments 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 2c1fc7d0876e60bfb2e475f7deffd833315b13b3..322cdb5a7bc600e114b2d8e68d779a0abc1e4471 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