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 1088902885c5dd7ad6c202c89b25272417338cdb..4a1448ae436787d89c39537029f4a86d23a00996 100644 |
--- a/chrome/browser/ui/webui/options/browser_options_handler.cc |
+++ b/chrome/browser/ui/webui/options/browser_options_handler.cc |
@@ -819,6 +819,8 @@ void BrowserOptionsHandler::GetLocalizedValues(base::DictionaryValue* values) { |
chromeos::IsPinUnlockEnabled(profile->GetPrefs())); |
values->SetBoolean("fingerprintUnlockEnabled", |
chromeos::IsFingerprintUnlockEnabled()); |
+ values->SetBoolean("pinUnlockEnabled", |
+ chromeos::IsPinUnlockEnabled(profile->GetPrefs())); |
if (chromeos::IsPinUnlockEnabled(profile->GetPrefs())) { |
values->SetString( |
"enableScreenlock", |