| 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 e66f8d75be7b20294e88d70503c898e97369a293..a945673be829ff1437144ac61c78822662c9c3d9 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",
|
|
|