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

Unified Diff: athena/home/app_list_view_delegate.cc

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: athena/home/app_list_view_delegate.cc
diff --git a/athena/home/app_list_view_delegate.cc b/athena/home/app_list_view_delegate.cc
index eead245f102a22399a88b3808b7d9042027903be..c87e21e1e7d187146f5d4c7bb0ea012e31e865e9 100644
--- a/athena/home/app_list_view_delegate.cc
+++ b/athena/home/app_list_view_delegate.cc
@@ -106,6 +106,10 @@ void AppListViewDelegate::ViewInitialized() {
// Nothing needs to be done.
}
+void AppListViewDelegate::ViewReinitializedForProfileChange() {
+ // Nothing needs to be done.
+}
+
void AppListViewDelegate::Dismiss() {
// Nothing needs to be done.
}

Powered by Google App Engine
This is Rietveld 408576698