| 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 ca24358ea16d88807fc64aa28c6a12e6a733bebc..4e362c26b63dd51a108c68ef50b9a8a7a93b9280 100644
|
| --- a/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| @@ -803,7 +803,7 @@ void BrowserOptionsHandler::GetLocalizedValues(base::DictionaryValue* values) {
|
| chromeos::quick_unlock::IsPinEnabled(profile->GetPrefs()));
|
| values->SetBoolean("fingerprintUnlockEnabled",
|
| chromeos::quick_unlock::IsFingerprintEnabled());
|
| - values->SetBoolean("pinUnlockEnabled",
|
| + values->SetBoolean("quickUnlockEnabled",
|
| chromeos::quick_unlock::IsPinEnabled(profile->GetPrefs()));
|
| if (chromeos::quick_unlock::IsPinEnabled(profile->GetPrefs())) {
|
| values->SetString(
|
|
|