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

Unified Diff: chrome/common/chrome_switches.cc

Issue 23874015: Implement people search. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 bf4266272f5ad898e197d03baecac3a047c92d9f..f5d9cdbf2bdeac833b8acd9b026d21cb0d720975 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -659,6 +659,9 @@ const char kEnablePanels[] = "enable-panels";
// account creation.
const char kEnablePasswordGeneration[] = "enable-password-generation";
+// Enables searching for people from the apps list search box.
+const char kEnablePeopleSearch[] = "enable-people-search";
+
// Disables the usage of Portable Native Client.
const char kDisablePnacl[] = "disable-pnacl";

Powered by Google App Engine
This is Rietveld 408576698