| Index: components/autofill/core/common/autofill_util.h
|
| diff --git a/components/autofill/core/common/autofill_util.h b/components/autofill/core/common/autofill_util.h
|
| index fccd473af203a6aaa5ce9d2a8038684437e50071..a9738774580de048b909e43a5b407ab884dbc025 100644
|
| --- a/components/autofill/core/common/autofill_util.h
|
| +++ b/components/autofill/core/common/autofill_util.h
|
| @@ -19,6 +19,9 @@ namespace autofill {
|
| // is on.
|
| bool IsFeatureSubstringMatchEnabled();
|
|
|
| +// Returns true if showing autofill signature as HTML attributes is enabled.
|
| +bool IsShowAutofillSignaturesEnabled();
|
| +
|
| // Returns true when keyboard accessory is enabled.
|
| bool IsKeyboardAccessoryEnabled();
|
|
|
|
|