| 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
|
|
|