Skip to content

Commit 59a1417

Browse files
authored
Add feature flag for importing bookmarks using Google Takeout (#6706)
Task/Issue URL: https://app.asana.com/1/137249556945/task/1211197011841474?focus=true ### Description Defines a feature flag for being able to import bookmarks from Google ### Steps to test this PR - QA optional
1 parent 19ff2d3 commit 59a1417

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

autofill/autofill-api/src/main/java/com/duckduckgo/autofill/api/AutofillFeature.kt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,13 @@ interface AutofillFeature {
115115
@Toggle.DefaultValue(DefaultFeatureValue.FALSE)
116116
fun canImportFromGooglePasswordManager(): Toggle
117117

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+
118125
/**
119126
* Remote flag that enables the ability to support partial form saves. A partial form save is common with scenarios like:
120127
* - a multi-step login form where username and password are entered on separate pages

0 commit comments

Comments
 (0)