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

Unified Diff: athena/home/app_list_view_delegate.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: athena/home/app_list_view_delegate.h
diff --git a/athena/home/app_list_view_delegate.h b/athena/home/app_list_view_delegate.h
index 95404c2fd8ce588e165df7a6fb2bfefaf829b1c0..ab1e5dc205663c14b672c5457d77390b0db95637 100644
--- a/athena/home/app_list_view_delegate.h
+++ b/athena/home/app_list_view_delegate.h
@@ -43,6 +43,7 @@ class AppListViewDelegate : public app_list::AppListViewDelegate {
base::TimeDelta GetAutoLaunchTimeout() override;
void AutoLaunchCanceled() override;
void ViewInitialized() override;
+ void ViewReinitializedForProfileChange() override;
void Dismiss() override;
void ViewClosing() override;
gfx::ImageSkia GetWindowIcon() override;

Powered by Google App Engine
This is Rietveld 408576698