| 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 2b9d0fbe8dc0af86dae48c5d62d6bf4fe3108ad9..eecfcb926dbba3db310acb5ad24d1b8e6b8b6675 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
|
|
|