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

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

Issue 492163002: Fix Profile* lifetime issues in Chrome's AppListViewDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update unit test, cl format Created 6 years, 4 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_mac.h
diff --git a/chrome/browser/ui/app_list/app_list_service_mac.h b/chrome/browser/ui/app_list/app_list_service_mac.h
index 4f0646dbe732b48106c1daf285db0c3016fe41e9..b9aa2c83008f3255185a29e5cd894816e7d954bc 100644
--- a/chrome/browser/ui/app_list/app_list_service_mac.h
+++ b/chrome/browser/ui/app_list/app_list_service_mac.h
@@ -64,6 +64,9 @@ class AppListServiceMac : public AppListServiceImpl,
virtual Profile* GetCurrentAppListProfile() OVERRIDE;
virtual void CreateShortcut() OVERRIDE;
+ // AppListServiceImpl overrides:
+ virtual void DestroyAppList() OVERRIDE;
+
// AppShimHandler overrides:
virtual void OnShimLaunch(apps::AppShimHandler::Host* host,
apps::AppShimLaunchType launch_type,

Powered by Google App Engine
This is Rietveld 408576698