diff options
Diffstat (limited to 'chromium/components/autofill_assistant/browser/features.h')
-rw-r--r-- | chromium/components/autofill_assistant/browser/features.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/components/autofill_assistant/browser/features.h b/chromium/components/autofill_assistant/browser/features.h index 689c466b23c..0478342a905 100644 --- a/chromium/components/autofill_assistant/browser/features.h +++ b/chromium/components/autofill_assistant/browser/features.h @@ -11,8 +11,10 @@ struct Feature; namespace autofill_assistant { namespace features { + // All features in alphabetical order. extern const base::Feature kAutofillAssistant; +extern const base::Feature kAutofillAssistantBreakOnRunningNavigation; extern const base::Feature kAutofillAssistantChromeEntry; extern const base::Feature kAutofillAssistantDirectActions; |