Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index 847efab0bca845fd895045062da0bb3b7f976667..cf41f7404211404012c024e92a4d05f859f95492 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -1224,6 +1224,9 @@ const char kServiceAccountLsid[] = "service-account-lsid"; |
| // Sets a token in the token service, for testing. |
| const char kSetToken[] = "set-token"; |
| +// If true the app list will be shown. |
| +const char kShowAppList[] = "show-app-list"; |
|
msw
2012/08/29 08:02:35
nit: space to align "= ..."
benwells
2012/08/30 06:51:30
Done.
|
| + |
| // Annotates forms with Autofill field type predictions. |
| const char kShowAutofillTypePredictions[] = "show-autofill-type-predictions"; |