Commit f47be67c authored by Dominic Battre's avatar Dominic Battre Committed by Commit Bot

Disable UsernameFirstFlow by default

Bug: 1067208
Change-Id: I7c731470111440b9f5ca1100819dff780e847172
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2139720Reviewed-by: default avatarVasilii Sukhanov <vasilii@chromium.org>
Reviewed-by: default avatarBrian White <bcwhite@chromium.org>
Auto-Submit: Dominic Battré <battre@chromium.org>
Commit-Queue: Brian White <bcwhite@chromium.org>
Cr-Commit-Position: refs/heads/master@{#757129}
parent cc5487e9
...@@ -76,7 +76,7 @@ const base::Feature kRecoverFromNeverSaveAndroid = { ...@@ -76,7 +76,7 @@ const base::Feature kRecoverFromNeverSaveAndroid = {
// Enables support of filling and saving on username first flow. // Enables support of filling and saving on username first flow.
const base::Feature kUsernameFirstFlow = {"UsernameFirstFlow", const base::Feature kUsernameFirstFlow = {"UsernameFirstFlow",
base::FEATURE_ENABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
// Field trial identifier for password generation requirements. // Field trial identifier for password generation requirements.
const char kGenerationRequirementsFieldTrial[] = const char kGenerationRequirementsFieldTrial[] =
......
...@@ -6240,8 +6240,8 @@ ...@@ -6240,8 +6240,8 @@
], ],
"experiments": [ "experiments": [
{ {
"name": "Enabled", "name": "Default",
"enable_features": [ "disable_features": [
"UsernameFirstFlow" "UsernameFirstFlow"
] ]
} }
......
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