Chromium Code Reviews| Index: ui/app_list/views/contents_view.h |
| diff --git a/ui/app_list/views/contents_view.h b/ui/app_list/views/contents_view.h |
| index 89d8d6973f048f40ee96a7f9d1f2494f290ff429..7da3481779875140b88e2f1648c192a7a7ff9c04 100644 |
| --- a/ui/app_list/views/contents_view.h |
| +++ b/ui/app_list/views/contents_view.h |
| @@ -70,8 +70,8 @@ class APP_LIST_EXPORT ContentsView : public views::View, |
| void ShowFolderContent(AppListFolderItem* folder); |
| // Sets the active launcher page and animates the pages into place. |
| - void SetActivePage(int page_index); |
| - void SetActivePage(int page_index, bool animate); |
| + void SetActivePage(AppListModel::State state); |
|
Matt Giuca
2015/02/23 23:57:27
I think this should be renamed to SetActiveState.
calamity
2015/02/24 06:40:24
Done.
|
| + void SetActivePage(AppListModel::State state, bool animate); |
| // The index of the currently active launcher page. |
| int GetActivePageIndex() const; |