| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 58234974e84fa7d5113c39ac14d2db70fabed42f..6827ccda99964f34b7282a07762986b8e57d87b9 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1228,6 +1228,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";
|
| +
|
| // Annotates forms with Autofill field type predictions.
|
| const char kShowAutofillTypePredictions[] = "show-autofill-type-predictions";
|
|
|
|
|