| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 5d4c3eb8e836f2f50e10782ae7f94fe1da6551ed..3e938f2f0bd9c280c7cc3c9955607b01bcf7d863 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -164,6 +164,9 @@ const char kDisableMultiDisplayLayout[] = "disable-multi-display-layout";
|
| const char kEnablePhysicalKeyboardAutocorrect[] =
|
| "enable-physical-keyboard-autocorrect";
|
|
|
| +// Enable quick unlock with PIN.
|
| +const char kEnableQuickUnlockPin[] = "enable-quick-unlock-pin";
|
| +
|
| // If this switch is set, the options for suggestions as typing on physical
|
| // keyboard will be disabled.
|
| const char kDisablePhysicalKeyboardAutocorrect[] =
|
|
|