Skip to content

Commit 1b8cac9

Browse files
committed
Add feature flag for importing bookmarks using Google Takeout
1 parent d01b3a3 commit 1b8cac9

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)