| 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 a28c94cbd322e43f926cec0e341e7a058dfde81d..59813fc7b3860c6f0fa727bf4a73131e333ce4c4 100644
|
| --- a/chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| +++ b/chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| @@ -416,7 +416,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(
|
|
|