Index: ash/shell/app_list.cc |
diff --git a/ash/shell/app_list.cc b/ash/shell/app_list.cc |
index 9686eddd7c79daf439e6392f39e763cfc4ce2273..c78a26497716f7ef14ed11ae54ab1dd5eac3a36b 100644 |
--- a/ash/shell/app_list.cc |
+++ b/ash/shell/app_list.cc |
@@ -349,6 +349,8 @@ class ExampleAppListViewDelegate : public app_list::AppListViewDelegate { |
return std::vector<views::View*>(); |
} |
+ void CustomLauncherPageAnimationChanged(double progress) override {} |
+ |
bool IsSpeechRecognitionEnabled() override { return false; } |
scoped_ptr<app_list::AppListModel> model_; |