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

Unified Diff: chrome/browser/ui/app_list/search/app_search_provider.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: chrome/browser/ui/app_list/search/app_search_provider.cc
diff --git a/chrome/browser/ui/app_list/search/app_search_provider.cc b/chrome/browser/ui/app_list/search/app_search_provider.cc
index a848cbc0b7610b04db2beada4ccc0cf829a2874b..ba29232225e3f57fc5892a00b6e43376896e60cb 100644
--- a/chrome/browser/ui/app_list/search/app_search_provider.cc
+++ b/chrome/browser/ui/app_list/search/app_search_provider.cc
@@ -56,6 +56,8 @@ void AppSearchProvider::Start(const string16& query) {
ClearResults();
+ DLOG(INFO) << "AppSearchPRovder has " << apps_.size() << " apps.";
+
TokenizedStringMatch match;
for (Apps::const_iterator app_it = apps_.begin();
app_it != apps_.end();

Powered by Google App Engine
This is Rietveld 408576698