diff options
Diffstat (limited to 'chromium/components/autofill_assistant/browser/features.cc')
-rw-r--r-- | chromium/components/autofill_assistant/browser/features.cc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chromium/components/autofill_assistant/browser/features.cc b/chromium/components/autofill_assistant/browser/features.cc index 943ab632ad6..6f42c54b476 100644 --- a/chromium/components/autofill_assistant/browser/features.cc +++ b/chromium/components/autofill_assistant/browser/features.cc @@ -12,6 +12,14 @@ namespace features { const base::Feature kAutofillAssistant{"AutofillAssistant", base::FEATURE_ENABLED_BY_DEFAULT}; +// Guard for the end condition when a non-renderer-initiated navigation occurs +// while the AutofillAssistant is in RUNNING state. +// TODO(b/159309621): Remove this if the end condition shows no unwanted side +// effects. +const base::Feature kAutofillAssistantBreakOnRunningNavigation{ + "AutofillAssistantBreakOnRunningNavigation", + base::FEATURE_ENABLED_BY_DEFAULT}; + // Controls whether to enable Assistant Autofill in a normal Chrome tab. const base::Feature kAutofillAssistantChromeEntry{ "AutofillAssistantChromeEntry", base::FEATURE_ENABLED_BY_DEFAULT}; |