| 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 bdc27dba6d697a81af69192476cd7ddb4c9a8e49..66258443dcb8983a8c673cfb8d05b88f6ffdd313 100644
|
| --- a/chrome/browser/ui/startup/startup_browser_creator_impl.cc
|
| +++ b/chrome/browser/ui/startup/startup_browser_creator_impl.cc
|
| @@ -335,9 +335,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
|
|
|