Chromium Code Reviews| 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 b1746c00b8171b2566ea83d64942b7f7454c7cd7..a193f41af46f19dd345c344b2d510c5807b47ee9 100644 |
| --- a/chrome/browser/ui/app_list/search/search_controller_factory.cc |
| +++ b/chrome/browser/ui/app_list/search/search_controller_factory.cc |
| @@ -55,12 +55,6 @@ scoped_ptr<SearchController> CreateSearchController( |
| controller->AddProvider(Mixer::WEBSTORE_GROUP, |
| scoped_ptr<SearchProvider>( |
| new WebstoreProvider(profile, list_controller))); |
| - if (!base::CommandLine::ForCurrentProcess()->HasSwitch( |
| - switches::kDisablePeopleSearch)) { |
| - controller->AddProvider(Mixer::PEOPLE_GROUP, |
|
Matt Giuca
2015/01/15 01:43:57
You are removing a NOT of the switch, therefore, t
|
| - scoped_ptr<SearchProvider>( |
| - new PeopleProvider(profile, list_controller))); |
| - } |
| if (IsSuggestionsSearchProviderEnabled()) { |
| controller->AddProvider( |
| Mixer::SUGGESTIONS_GROUP, |