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

Unified Diff: ui/app_list/cocoa/app_list_view_controller.mm

Issue 14514003: Make OSX App Launcher Launchable from the Dock. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase off cl14603002 Created 7 years, 8 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 | « chrome/common/mac/app_mode_common.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/cocoa/app_list_view_controller.mm
diff --git a/ui/app_list/cocoa/app_list_view_controller.mm b/ui/app_list/cocoa/app_list_view_controller.mm
index 361f57a0fbe311e4eb7c4ac25317d8cd075d231e..abf2a5395e581d8f714becf60e7541064780defc 100644
--- a/ui/app_list/cocoa/app_list_view_controller.mm
+++ b/ui/app_list/cocoa/app_list_view_controller.mm
@@ -70,6 +70,7 @@ const CGFloat kMaxSegmentWidth = 80;
- (void)dealloc {
[appsGridController_ setPaginationObserver:nil];
[appsGridController_ setDelegate:NULL];
+ delegate_.reset();
[super dealloc];
}
« no previous file with comments | « chrome/common/mac/app_mode_common.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698