Commit 69c86691 authored by sandromaggi's avatar sandromaggi Committed by Commit Bot

[Autofill Assistant] ChromeEntry enabled by default

Launch Bug: crbug/1011334

Bug: none
Change-Id: I0d5148306a8cf5cb654c11b25e8728b088352c57
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089682Reviewed-by: default avatarMathias Carlen <mcarlen@chromium.org>
Commit-Queue: Sandro Maggi <sandromaggi@google.com>
Cr-Commit-Position: refs/heads/master@{#747645}
parent 1aeefa88
...@@ -12,9 +12,9 @@ namespace features { ...@@ -12,9 +12,9 @@ namespace features {
const base::Feature kAutofillAssistant{"AutofillAssistant", const base::Feature kAutofillAssistant{"AutofillAssistant",
base::FEATURE_ENABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
// Controls whether to query backend service to start any assisted actions. // Controls whether to enable Assistant Autofill in a normal Chrome tab.
const base::Feature kAutofillAssistantChromeEntry{ const base::Feature kAutofillAssistantChromeEntry{
"AutofillAssistantChromeEntry", base::FEATURE_DISABLED_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_DISABLED_BY_DEFAULT};
......
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