summaryrefslogtreecommitdiffstats
path: root/ash/shell/app_list.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shell/app_list.cc')
-rw-r--r--ash/shell/app_list.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/ash/shell/app_list.cc b/ash/shell/app_list.cc
index df277d0..e396848 100644
--- a/ash/shell/app_list.cc
+++ b/ash/shell/app_list.cc
@@ -354,6 +354,10 @@ class ExampleAppListViewDelegate : public app_list::AppListViewDelegate {
return NULL;
}
+ virtual views::View* CreateCustomPageWebView(const gfx::Size& size) OVERRIDE {
+ return NULL;
+ }
+
virtual bool IsSpeechRecognitionEnabled() OVERRIDE {
return false;
}