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

Unified Diff: ui/app_list/views/search_result_view.cc

Issue 23072036: Adds an integration test for uninstalling app list search results. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Get test passing on windows, expected event is not being observed though Created 7 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: ui/app_list/views/search_result_view.cc
diff --git a/ui/app_list/views/search_result_view.cc b/ui/app_list/views/search_result_view.cc
index 9e7fe51f648a76a58dfa2b960df17aefedd65346..9a9de47951961968cefdbb6159ac215bc5f223b1 100644
--- a/ui/app_list/views/search_result_view.cc
+++ b/ui/app_list/views/search_result_view.cc
@@ -280,6 +280,7 @@ void SearchResultView::OnItemInstalled() {
}
void SearchResultView::OnItemUninstalled() {
+ DLOG(INFO) << "UNINSTALL OBSERVED";
delegate_->OnSearchResultUninstalled(this);
}

Powered by Google App Engine
This is Rietveld 408576698