| 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";
|
|
|
|
|