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

Unified Diff: ui/app_list/search_result.cc

Issue 439703002: Allow app list tiles to show search results in the experimental app list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix merge 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
« no previous file with comments | « ui/app_list/app_list_model.cc ('k') | ui/app_list/search_result_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/search_result.cc
diff --git a/ui/app_list/search_result.cc b/ui/app_list/search_result.cc
index bfa1da9b6a7dfc10fb9ce2256c654243ebd04032..653d08950d9a81911a5b4e2f8560c3ad6b518ff2 100644
--- a/ui/app_list/search_result.cc
+++ b/ui/app_list/search_result.cc
@@ -32,7 +32,9 @@ SearchResult::SearchResult()
percent_downloaded_(0) {
}
-SearchResult::~SearchResult() {}
+SearchResult::~SearchResult() {
+ FOR_EACH_OBSERVER(SearchResultObserver, observers_, OnResultDestroying());
+}
void SearchResult::SetIcon(const gfx::ImageSkia& icon) {
icon_ = icon;
« no previous file with comments | « ui/app_list/app_list_model.cc ('k') | ui/app_list/search_result_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698