| Index: chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
|
| diff --git a/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc b/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
|
| index 4bd0bbe6703bc4f8540704fe9092cd91eea10852..79b4c9f7200b43bca7b880786f5131782b803969 100644
|
| --- a/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
|
| +++ b/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
|
| @@ -39,3 +39,8 @@ void AppListControllerAsh::ActivateApp(Profile* profile,
|
| ChromeLauncherController::instance()->OpenAppID(extension_id,
|
| event_flags);
|
| }
|
| +
|
| +gfx::ImageSkia AppListControllerAsh::GetWindowAppIcon() {
|
| + // This is not set for the ash port.
|
| + return gfx::ImageSkia();
|
| +}
|
|
|