| Index: chrome/browser/ui/app_list/app_list_service_views.cc
|
| diff --git a/chrome/browser/ui/app_list/app_list_service_views.cc b/chrome/browser/ui/app_list/app_list_service_views.cc
|
| index 6be5abe7a180a0d65c31724fc14b673eac8f3b4b..49ae39f967fb17e9dddb414cfb9a21549ab44fa2 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service_views.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_service_views.cc
|
| @@ -6,6 +6,7 @@
|
|
|
| #include "chrome/browser/apps/scoped_keep_alive.h"
|
| #include "chrome/browser/ui/app_list/app_list_controller_delegate.h"
|
| +#include "chrome/browser/ui/app_list/app_list_view_delegate.h"
|
| #include "ui/app_list/views/app_list_view.h"
|
|
|
| AppListServiceViews::AppListServiceViews(
|
| @@ -34,6 +35,7 @@ void AppListServiceViews::ShowForProfile(Profile* requested_profile) {
|
| InvalidatePendingProfileLoads();
|
| SetProfilePath(requested_profile->GetPath());
|
| shower_.ShowForProfile(requested_profile);
|
| + GetViewDelegate(requested_profile)->ViewInitialized();
|
| RecordAppListLaunch();
|
| }
|
|
|
|
|