| 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 7be99f98913cc5b7f5d6298184e0bea013ea12c2..338aadf0d59574fe10f90f8dcbf11d39cab06a5c 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service_views.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_service_views.cc
|
| @@ -57,6 +57,10 @@ gfx::NativeWindow AppListServiceViews::GetAppListWindow() {
|
| return shower_.GetWindow();
|
| }
|
|
|
| +app_list::AppListView* AppListServiceViews::GetAppListView() {
|
| + return shower_.app_list();
|
| +}
|
| +
|
| Profile* AppListServiceViews::GetCurrentAppListProfile() {
|
| return shower_.profile();
|
| }
|
|
|