File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
autofill/autofill-api/src/main/java/com/duckduckgo/autofill/api Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,13 @@ interface AutofillFeature {
115
115
@Toggle.DefaultValue (DefaultFeatureValue .FALSE )
116
116
fun canImportFromGooglePasswordManager (): Toggle
117
117
118
+ /* *
119
+ * Remote Flag that enables the ability to import bookmarks directly from Google Takeout
120
+ * @return `true` when the remote config has "canImportBookmarksFromGoogleTakeout" autofill sub-feature flag enabled
121
+ */
122
+ @Toggle.DefaultValue (DefaultFeatureValue .INTERNAL )
123
+ fun canImportBookmarksFromGoogleTakeout (): Toggle
124
+
118
125
/* *
119
126
* Remote flag that enables the ability to support partial form saves. A partial form save is common with scenarios like:
120
127
* - a multi-step login form where username and password are entered on separate pages
You can’t perform that action at this time.
0 commit comments