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 a945673be829ff1437144ac61c78822662c9c3d9..e66f8d75be7b20294e88d70503c898e97369a293 100644 |
--- a/chrome/browser/ui/webui/options/browser_options_handler.cc |
+++ b/chrome/browser/ui/webui/options/browser_options_handler.cc |
@@ -814,8 +814,6 @@ |
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", |