Enable Cryptohome Recovery Screen split.
Bug: b:291808450 Change-Id: I74c042615e83bbc09770f9d3d2ee2c5240211c93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5126077 Auto-Submit: Denis Kuznetsov <antrim@chromium.org> Reviewed-by: Anastasiia N <anastasiian@chromium.org> Commit-Queue: Denis Kuznetsov <antrim@chromium.org> Cr-Commit-Position: refs/heads/main@{#1239141}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
d46b0b9e3e
commit
d87dba6f96
@ -566,7 +566,7 @@ BASE_FEATURE(kCryptAuthV2Enrollment,
|
||||
// remaining steps are done by separate screens.
|
||||
BASE_FEATURE(kCryptohomeRecoveryBeforeFlowSplit,
|
||||
"CryptohomeRecoveryBeforeFlowSplit",
|
||||
base::FEATURE_ENABLED_BY_DEFAULT);
|
||||
base::FEATURE_DISABLED_BY_DEFAULT);
|
||||
|
||||
// Deprecates Ctrl+Alt+/ as shortcut to open Keyboard shortcuts app, shows
|
||||
// a notification if that shortcut is pressed, and replaces that shortcut with
|
||||
|
@ -103,7 +103,6 @@ void PasswordSelectionScreen::OnUserAction(const base::Value::List& args) {
|
||||
}
|
||||
|
||||
bool PasswordSelectionScreen::MaybeSkip(WizardContext& wizard_context) {
|
||||
CHECK(features::AreLocalPasswordsEnabledForConsumers());
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user