Chromium Code Reviews| Index: chrome/browser/ui/webui/settings/md_settings_ui.cc |
| diff --git a/chrome/browser/ui/webui/settings/md_settings_ui.cc b/chrome/browser/ui/webui/settings/md_settings_ui.cc |
| index 51c7a5d29c835b0c1e8594b78c0f540b9e4c258a..74d1d3ef650e5b164d51d7f54d3083ebd03d8866 100644 |
| --- a/chrome/browser/ui/webui/settings/md_settings_ui.cc |
| +++ b/chrome/browser/ui/webui/settings/md_settings_ui.cc |
| @@ -142,6 +142,8 @@ MdSettingsUI::MdSettingsUI(content::WebUI* web_ui, const GURL& url) |
| "androidAppsAllowed", |
| arc::ArcSessionManager::IsAllowedForProfile(profile) && |
| !arc::ArcSessionManager::IsOptInVerificationDisabled()); |
| + html_source->AddBoolean("fingerprintUnlockEnabled", |
|
jdufault
2016/12/06 18:13:42
Move above "androidAppsAllowed" call so this is ne
sammiequon
2016/12/06 18:55:37
Done.
|
| + chromeos::IsFingerprintUnlockEnabled()); |
| #endif |
| AddSettingsPageUIHandler(AboutHandler::Create(html_source, profile)); |