Index: ui/app_list/views/app_list_main_view.h |
diff --git a/ui/app_list/views/app_list_main_view.h b/ui/app_list/views/app_list_main_view.h |
index caa83b90618e5842da370eb6463b3173d4167950..8a9334e5e0cb7887896d65d77ff2dd8fb7dfa5ad 100644 |
--- a/ui/app_list/views/app_list_main_view.h |
+++ b/ui/app_list/views/app_list_main_view.h |
@@ -62,6 +62,9 @@ class APP_LIST_EXPORT AppListMainView : public views::View, |
ContentsView* contents_view() const { return contents_view_; } |
+ // Returns true if the app list should be centered and in landscape mode. |
+ bool ShouldCenterWindow() const; |
+ |
private: |
class IconLoader; |