| Index: chrome/browser/ui/app_list/app_list_view_delegate.cc
|
| diff --git a/chrome/browser/ui/app_list/app_list_view_delegate.cc b/chrome/browser/ui/app_list/app_list_view_delegate.cc
|
| index b42e2de7b59e68dfb6561602bd3a716c368c4258..d924ce651cdb37ad7d27bf940bbc86dd0df34146 100644
|
| --- a/chrome/browser/ui/app_list/app_list_view_delegate.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_view_delegate.cc
|
| @@ -147,8 +147,7 @@ void GetCustomLauncherPageUrls(content::BrowserContext* browser_context,
|
|
|
| } // namespace
|
|
|
| -AppListViewDelegate::AppListViewDelegate(Profile* profile,
|
| - AppListControllerDelegate* controller)
|
| +AppListViewDelegate::AppListViewDelegate(AppListControllerDelegate* controller)
|
| : controller_(controller),
|
| profile_(NULL),
|
| model_(NULL),
|
| @@ -181,7 +180,6 @@ AppListViewDelegate::AppListViewDelegate(Profile* profile,
|
| *ui::ResourceBundle::GetSharedInstance().GetImageSkiaNamed(
|
| IDR_APP_LIST_GOOGLE_LOGO_VOICE_SEARCH));
|
| #endif
|
| - SetProfile(profile);
|
|
|
| registrar_.Add(this,
|
| chrome::NOTIFICATION_APP_TERMINATING,
|
|
|