Commit 38b08485 authored by Maxim Kolosovskiy's avatar Maxim Kolosovskiy Committed by Commit Bot

[Password Generation] Enable password generation by default (wooohooo!)

Change-Id: I97558373de0599230f0d779249573b3590da3f46
Reviewed-on: https://chromium-review.googlesource.com/1183310Reviewed-by: default avatarVadym Doroshenko <dvadym@chromium.org>
Reviewed-by: default avatarSteven Holte <holte@chromium.org>
Commit-Queue: Maxim Kolosovskiy <kolos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#585812}
parent a248d5c3
...@@ -155,7 +155,7 @@ const base::Feature kAutofillUsePaymentsCustomerData{ ...@@ -155,7 +155,7 @@ const base::Feature kAutofillUsePaymentsCustomerData{
// Controls whether password generation is offered automatically on fields // Controls whether password generation is offered automatically on fields
// percieved as eligible for generation. // percieved as eligible for generation.
const base::Feature kAutomaticPasswordGeneration = { const base::Feature kAutomaticPasswordGeneration = {
"AutomaticPasswordGeneration", base::FEATURE_DISABLED_BY_DEFAULT}; "AutomaticPasswordGeneration", base::FEATURE_ENABLED_BY_DEFAULT};
// Controls whether or not the autofill UI triggers on a single click. // Controls whether or not the autofill UI triggers on a single click.
const base::Feature kSingleClickAutofill{"SingleClickAutofill", const base::Feature kSingleClickAutofill{"SingleClickAutofill",
......
...@@ -3081,18 +3081,6 @@ ...@@ -3081,18 +3081,6 @@
] ]
} }
], ],
"PasswordGeneration": [
{
"platforms": [
"windows"
],
"experiments": [
{
"name": "Disabled"
}
]
}
],
"PasswordGenerationRequirements": [ "PasswordGenerationRequirements": [
{ {
"platforms": [ "platforms": [
......
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