Index: ash/shell/app_list.cc |
diff --git a/ash/shell/app_list.cc b/ash/shell/app_list.cc |
index c487ba149bd0cc71d1e381e48b1626eb6d407194..87d46e807e1c2e9647f76d3fc45d877c0d429697 100644 |
--- a/ash/shell/app_list.cc |
+++ b/ash/shell/app_list.cc |
@@ -248,6 +248,10 @@ class ExampleAppListViewDelegate : public app_list::AppListViewDelegate { |
return users_; |
} |
+ virtual bool ShouldCenterWindow() const OVERRIDE { |
+ return false; |
+ } |
+ |
virtual app_list::AppListModel* GetModel() OVERRIDE { return model_.get(); } |
virtual app_list::SigninDelegate* GetSigninDelegate() OVERRIDE { |