| Index: chrome/browser/ui/ash/app_list/app_list_service_ash.cc
|
| diff --git a/chrome/browser/ui/ash/app_list/app_list_service_ash.cc b/chrome/browser/ui/ash/app_list/app_list_service_ash.cc
|
| index ac1dc4f52ef8537e202ac7ad40dfce5f1075c3cc..15a376da1162661458dd3f28bd8e9a8c204f4302 100644
|
| --- a/chrome/browser/ui/ash/app_list/app_list_service_ash.cc
|
| +++ b/chrome/browser/ui/ash/app_list/app_list_service_ash.cc
|
| @@ -57,6 +57,12 @@ gfx::NativeWindow AppListServiceAsh::GetAppListWindow() {
|
| return NULL;
|
| }
|
|
|
| +app_list::AppListView* AppListServiceAsh::GetAppListView() {
|
| + if (ash::Shell::HasInstance())
|
| + return ash::Shell::GetInstance()->GetAppListView();
|
| + return NULL;
|
| +}
|
| +
|
| Profile* AppListServiceAsh::GetCurrentAppListProfile() {
|
| return ChromeLauncherController::instance()->profile();
|
| }
|
|
|