Commit 2117ab53 authored by Li Lin's avatar Li Lin Committed by Commit Bot

Enable native parent access code validation for online login.

Since there is no server side dependencies, we decided to enable the
feature by default. The feature flag will be used as killer-switch
in case anything goes wrong and clean up in future milestones.

Bug: 921142
Test: manual tests
Change-Id: Ibc849d549a394b6487626e6d71435a14e76e9ad6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2348010
Commit-Queue: Li Lin <llin@chromium.org>
Reviewed-by: default avatarAga Wronska <agawronska@chromium.org>
Cr-Commit-Position: refs/heads/master@{#796908}
parent 91e1a496
...@@ -575,7 +575,7 @@ const base::Feature kParentAccessCode{"ParentAccessCode", ...@@ -575,7 +575,7 @@ const base::Feature kParentAccessCode{"ParentAccessCode",
// Enables usage of Parent Access Code in the login flow for reauth and add // Enables usage of Parent Access Code in the login flow for reauth and add
// user. Requires |kParentAccessCode| to be enabled. // user. Requires |kParentAccessCode| to be enabled.
const base::Feature kParentAccessCodeForOnlineLogin{ const base::Feature kParentAccessCodeForOnlineLogin{
"ParentAccessCodeForOnlineLogin", base::FEATURE_DISABLED_BY_DEFAULT}; "ParentAccessCodeForOnlineLogin", base::FEATURE_ENABLED_BY_DEFAULT};
// Enables usage of Parent Access Code to authorize change of time actions on // Enables usage of Parent Access Code to authorize change of time actions on
// child user device. Requires |kParentAccessCode| to be enabled. // child user device. Requires |kParentAccessCode| to be enabled.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment