| 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 95d404da14ba44b8d29f16ed1e2a524a4ceafa74..18aee51cd7eb78443fd1e4bf4e6c80905587f179 100644
|
| --- a/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| @@ -821,6 +821,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",
|
|
|