Commit a972026c authored by Mathias Carlen's avatar Mathias Carlen Committed by Commit Bot

[Autofill Assistant] Default enable AutofillAssistantDirectActions.

This feature is approved for all channels starting with M81.

Launch Bug: crbug/1019997

Bug: b/148647596
Change-Id: I50c5f9f36144b3f4a778155e2bb82ceb77d08c82
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2098784Reviewed-by: default avatarSandro Maggi <sandromaggi@google.com>
Commit-Queue: Mathias Carlen <mcarlen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#749611}
parent 7c49cf0e
...@@ -17,7 +17,7 @@ const base::Feature kAutofillAssistantChromeEntry{ ...@@ -17,7 +17,7 @@ const base::Feature kAutofillAssistantChromeEntry{
"AutofillAssistantChromeEntry", base::FEATURE_ENABLED_BY_DEFAULT}; "AutofillAssistantChromeEntry", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kAutofillAssistantDirectActions{ const base::Feature kAutofillAssistantDirectActions{
"AutofillAssistantDirectActions", base::FEATURE_DISABLED_BY_DEFAULT}; "AutofillAssistantDirectActions", base::FEATURE_ENABLED_BY_DEFAULT};
} // namespace features } // namespace features
} // namespace autofill_assistant } // namespace autofill_assistant
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