| 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();
|
|
|