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 8a9334e5e0cb7887896d65d77ff2dd8fb7dfa5ad..366a138ce560c0eabd3174fbcb270792cb2acc7b 100644 |
--- a/ui/app_list/views/app_list_main_view.h |
+++ b/ui/app_list/views/app_list_main_view.h |
@@ -53,6 +53,10 @@ class APP_LIST_EXPORT AppListMainView : public views::View, |
void ModelChanged(); |
+ void OnContentsViewShowStateChanged(); |
+ |
+ void OnStartPageSearchButtonPressed(); |
+ |
SearchBoxView* search_box_view() const { return search_box_view_; } |
// If |drag_and_drop_host| is not NULL it will be called upon drag and drop |