Index: ui/app_list/app_list_model.h |
diff --git a/ui/app_list/app_list_model.h b/ui/app_list/app_list_model.h |
index c107b0eeb8a1685778d8bd574692d9af75c57248..0ff01499b6d6f6f22d32c2285ffb928ce32ff081 100644 |
--- a/ui/app_list/app_list_model.h |
+++ b/ui/app_list/app_list_model.h |
@@ -43,6 +43,7 @@ class APP_LIST_EXPORT AppListModel : public AppListItemListObserver { |
STATE_APPS, |
STATE_SEARCH_RESULTS, |
STATE_START, |
+ STATE_CUSTOM_LAUNCHER_PAGE, |
Matt Giuca
2014/11/03 00:57:42
I think you can move this change, and the changes
calamity
2014/11/06 02:36:32
The var would be unused. Is there a point to this?
|
INVALID_STATE, |
}; |