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

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

Issue 790793010: Removing --disable-people-search flag (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 | chrome/common/chrome_switches.h » ('j') | 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 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,
« no previous file with comments | « no previous file | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698