| Index: ui/app_list/views/app_list_page.h
|
| diff --git a/ui/app_list/views/app_list_page.h b/ui/app_list/views/app_list_page.h
|
| index d64b6153b8980e054d2597139988f09e6d73e2df..97efdfd73bfcf13f3f361bc36843ed50417c8c29 100644
|
| --- a/ui/app_list/views/app_list_page.h
|
| +++ b/ui/app_list/views/app_list_page.h
|
| @@ -68,6 +68,8 @@ class APP_LIST_EXPORT AppListPage : public views::View {
|
| // below the search box.
|
| gfx::Rect GetDefaultContentsBounds() const;
|
|
|
| + bool is_custom_launcher_page_active() const;
|
| +
|
| private:
|
| ContentsView* contents_view_;
|
|
|
|
|