Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,13 @@ interface AutofillFeature {
@Toggle.DefaultValue(DefaultFeatureValue.FALSE)
fun canImportFromGooglePasswordManager(): Toggle

/**
* Remote Flag that enables the ability to import bookmarks directly from Google Takeout
* @return `true` when the remote config has "canImportBookmarksFromGoogleTakeout" autofill sub-feature flag enabled
*/
@Toggle.DefaultValue(DefaultFeatureValue.INTERNAL)
fun canImportBookmarksFromGoogleTakeout(): Toggle

/**
* Remote flag that enables the ability to support partial form saves. A partial form save is common with scenarios like:
* - a multi-step login form where username and password are entered on separate pages
Expand Down
Loading