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

Unified Diff: chrome/common/chrome_switches.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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index efafdb17f41bca1cad4ab2b39c714f1059553ca0..6b33d8cb7dc4fd3ac70eebf968e66d93c694b87b 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -292,9 +292,6 @@ const char kDisablePasswordManagerReauthentication[] =
// Disable the new material UI - requires out of process PDF plugin.
const char kDisablePdfMaterialUI[] = "disable-pdf-material-ui";
-// Enables searching for people from the apps list search box.
-const char kDisablePeopleSearch[] = "disable-people-search";
-
// Don't use bubbles for content permissions requests instead of infobars.
const char kDisablePermissionsBubbles[] = "disable-permissions-bubbles";

Powered by Google App Engine
This is Rietveld 408576698