Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(654)

Unified Diff: ui/app_list/app_list_model.h

Issue 683703002: Notify launcher page with onTransitionChanged event (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@launcher_page_api_show_state_notify
Patch Set: nullptr like it's 1999 Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
};

Powered by Google App Engine
This is Rietveld 408576698