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 @@ -246,4 +246,13 @@ interface AndroidBrowserConfigFeature {
*/
@Toggle.DefaultValue(DefaultFeatureValue.TRUE)
fun shorterUrlDefault(): Toggle

/**
* Controls the fire dialog and data clearing options.
* @return `true` when the remote config has the global "moreGranularDataClearingOptions" androidBrowserConfig
* sub-feature flag enabled
* If the remote feature is not present defaults to `false`
*/
@Toggle.DefaultValue(DefaultFeatureValue.FALSE)
fun moreGranularDataClearingOptions(): Toggle
}
Loading