diff options
| -rw-r--r-- | services/autofill/features.aconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/services/autofill/features.aconfig b/services/autofill/features.aconfig index 444844121190..57036335bb75 100644 --- a/services/autofill/features.aconfig +++ b/services/autofill/features.aconfig @@ -31,6 +31,14 @@ flag { } flag { + name: "fill_dialog_improvements_impl" + is_exported: true + namespace: "autofill" + description: "Improvements for Fill Dialog for non-api changes" + bug: "336223371" +} + +flag { name: "fill_dialog_improvements" is_exported: true namespace: "autofill" |