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

Unified Diff: chrome/browser/ui/app_list/search/search_controller_factory.cc

Issue 852053003: app_list: Re-enable people search. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/search/search_controller_factory.cc
diff --git a/chrome/browser/ui/app_list/search/search_controller_factory.cc b/chrome/browser/ui/app_list/search/search_controller_factory.cc
index a193f41af46f19dd345c344b2d510c5807b47ee9..d1a5a2c4caab4d04b2a1d8ea4f4fc6163c0eba60 100644
--- a/chrome/browser/ui/app_list/search/search_controller_factory.cc
+++ b/chrome/browser/ui/app_list/search/search_controller_factory.cc
@@ -55,6 +55,9 @@ scoped_ptr<SearchController> CreateSearchController(
controller->AddProvider(Mixer::WEBSTORE_GROUP,
scoped_ptr<SearchProvider>(
new WebstoreProvider(profile, list_controller)));
+ controller->AddProvider(
+ Mixer::PEOPLE_GROUP,
Matt Giuca 2015/01/15 01:37:11 Note the wrapping here is different to the above..
tapted 2015/01/15 01:45:34 I think more points are assigned to to not splitti
+ scoped_ptr<SearchProvider>(new PeopleProvider(profile, list_controller)));
if (IsSuggestionsSearchProviderEnabled()) {
controller->AddProvider(
Mixer::SUGGESTIONS_GROUP,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698