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

Unified Diff: chrome/browser/ui/app_list/app_list_service_mac.mm

Issue 592983002: Fix Mac App Launcher observer lifetime on AppListItemList (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: leave disabled due to other flakiness Created 6 years, 3 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
« no previous file with comments | « no previous file | ui/app_list/app_list_item_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/app_list_service_mac.mm
diff --git a/chrome/browser/ui/app_list/app_list_service_mac.mm b/chrome/browser/ui/app_list/app_list_service_mac.mm
index 5f66fbba08a85e7b55ef9f0c490ad629d93398bf..762a571ac060f0133c12e8c5425b1c560a9be0b0 100644
--- a/chrome/browser/ui/app_list/app_list_service_mac.mm
+++ b/chrome/browser/ui/app_list/app_list_service_mac.mm
@@ -392,6 +392,7 @@ void AppListServiceMac::CreateForProfile(Profile* requested_profile) {
if (!window_controller_)
window_controller_.reset([[AppListWindowController alloc] init]);
+ [[window_controller_ appListViewController] setDelegate:nil];
[[window_controller_ appListViewController]
setDelegate:GetViewDelegate(profile_)];
}
« no previous file with comments | « no previous file | ui/app_list/app_list_item_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698