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

Unified Diff: chrome/browser/ui/app_list/app_list_service_views.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: chrome/browser/ui/app_list/app_list_service_views.cc
diff --git a/chrome/browser/ui/app_list/app_list_service_views.cc b/chrome/browser/ui/app_list/app_list_service_views.cc
index 6be5abe7a180a0d65c31724fc14b673eac8f3b4b..49ae39f967fb17e9dddb414cfb9a21549ab44fa2 100644
--- a/chrome/browser/ui/app_list/app_list_service_views.cc
+++ b/chrome/browser/ui/app_list/app_list_service_views.cc
@@ -6,6 +6,7 @@
#include "chrome/browser/apps/scoped_keep_alive.h"
#include "chrome/browser/ui/app_list/app_list_controller_delegate.h"
+#include "chrome/browser/ui/app_list/app_list_view_delegate.h"
#include "ui/app_list/views/app_list_view.h"
AppListServiceViews::AppListServiceViews(
@@ -34,6 +35,7 @@ void AppListServiceViews::ShowForProfile(Profile* requested_profile) {
InvalidatePendingProfileLoads();
SetProfilePath(requested_profile->GetPath());
shower_.ShowForProfile(requested_profile);
+ GetViewDelegate(requested_profile)->ViewInitialized();
RecordAppListLaunch();
}

Powered by Google App Engine
This is Rietveld 408576698