| Index: chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.cc b/chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| index b6ee520f93f1ada04daba5ea04889a7f63ac5579..038ce4b83e96751428ba5216d45233697be402f8 100644
|
| --- a/chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| +++ b/chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| @@ -413,7 +413,8 @@ app_list::AppListViewDelegate*
|
| DCHECK(ash::Shell::HasInstance());
|
| // Shell will own the created delegate, and the delegate will own
|
| // the controller.
|
| - return new AppListViewDelegate(new AppListControllerDelegateAsh());
|
| + Profile* profile = ProfileManager::GetDefaultProfileOrOffTheRecord();
|
| + return new AppListViewDelegate(new AppListControllerDelegateAsh(), profile);
|
| }
|
|
|
| ash::LauncherDelegate* ChromeShellDelegate::CreateLauncherDelegate(
|
|
|