| Index: chrome/browser/ui/webui/options/browser_options_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/browser_options_handler.cc b/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| index e5810693ffdd89a457e3e79182ec3316126610a5..c71134709ef48ad52a130aa336bbd13a048d3884 100644
|
| --- a/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| @@ -814,6 +814,8 @@ void BrowserOptionsHandler::GetLocalizedValues(base::DictionaryValue* values) {
|
| chromeos::quick_unlock::IsPinEnabled(profile->GetPrefs()));
|
| values->SetBoolean("fingerprintUnlockEnabled",
|
| chromeos::quick_unlock::IsFingerprintEnabled());
|
| + values->SetBoolean("pinUnlockEnabled",
|
| + chromeos::quick_unlock::IsPinEnabled(profile->GetPrefs()));
|
| if (chromeos::quick_unlock::IsPinEnabled(profile->GetPrefs())) {
|
| values->SetString(
|
| "enableScreenlock",
|
|
|