Chromium Code Reviews| 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"; |