| 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..54d3639cb898c4527337913384671ffa9239525b 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 experimental app list position should be used.
|
| + bool UseExperimentalAppListPosition() const;
|
| +
|
| private:
|
| class IconLoader;
|
|
|
|
|