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

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 c604b6cf88d27f6a9dabb5170f9bd66581eecf09..c3ef3547f61875eb36017a2a454eb8464bd2fbd2 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -655,6 +655,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";
xiyuan 2013/09/04 23:15:41 nit: align '=' with other lines.
rkc 2013/09/04 23:48:02 Done.
+
// Disables the usage of Portable Native Client.
const char kDisablePnacl[] = "disable-pnacl";

Powered by Google App Engine
This is Rietveld 408576698