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

Unified Diff: chrome/browser/ui/app_list/app_list_service_views.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_views.h
diff --git a/chrome/browser/ui/app_list/app_list_service_views.h b/chrome/browser/ui/app_list/app_list_service_views.h
index 925f4f132ec00744aec9b12e85206f3b4ce36789..74f585a33227d673cf0aa741fd8d0ae28250ce1f 100644
--- a/chrome/browser/ui/app_list/app_list_service_views.h
+++ b/chrome/browser/ui/app_list/app_list_service_views.h
@@ -40,6 +40,9 @@ class AppListServiceViews : public AppListServiceImpl,
virtual Profile* GetCurrentAppListProfile() OVERRIDE;
virtual AppListControllerDelegate* GetControllerDelegate() OVERRIDE;
+ // AppListServiceImpl overrides:
+ virtual void DestroyAppList() OVERRIDE;
+
// AppListShowerDelegate overrides:
virtual AppListControllerDelegate* GetControllerDelegateForCreate() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698