| Index: ash/shell/app_list.cc
|
| diff --git a/ash/shell/app_list.cc b/ash/shell/app_list.cc
|
| index cd3a0faceacf28c24bcd366d7011d51ab6081fee..956282fe5862f65b56a090a17e5b3d601e188b48 100644
|
| --- a/ash/shell/app_list.cc
|
| +++ b/ash/shell/app_list.cc
|
| @@ -279,6 +279,10 @@ class ExampleAppListViewDelegate : public app_list::AppListViewDelegate {
|
| Shell::GetInstance()->ToggleAppList();
|
| }
|
|
|
| + virtual gfx::ImageSkia GetWindowAppIcon() OVERRIDE {
|
| + return gfx::ImageSkia();
|
| + }
|
| +
|
| app_list::AppListModel* model_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ExampleAppListViewDelegate);
|
|
|