For #11118: Add browsing history suggestion in metrics (#11525)

fennec/production
Sawyer Blatz 4 years ago committed by GitHub
parent 13d077eb66
commit fffbadbfca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -647,6 +647,7 @@ class GleanMetricsService(private val context: Context) : MetricsService {
showSearchSuggestions.set(context.settings().shouldShowSearchSuggestions.toStringList())
remoteDebugging.set(context.settings().isRemoteDebuggingEnabled.toStringList())
telemetry.set(context.settings().isTelemetryEnabled.toStringList())
searchBrowsingHistory.set(context.settings().shouldShowHistorySuggestions.toStringList())
searchBookmarks.set(context.settings().shouldShowBookmarkSuggestions.toStringList())
showClipboardSuggestions.set(context.settings().shouldShowClipboardSuggestions.toStringList())
showSearchShortcuts.set(context.settings().shouldShowSearchShortcuts.toStringList())

Loading…
Cancel
Save