Bug 1753738: Update the preferences UI for Firefox Suggest best match. r=preferences-reviewers,adw

Differential Revision: https://phabricator.services.mozilla.com/D138254
This commit is contained in:
Daisuke Akatsuka
2022-02-17 01:52:25 +00:00
parent d9da4f90f7
commit 28588d206f
4 changed files with 61 additions and 2 deletions

View File

@@ -112,6 +112,7 @@ Preferences.addAll([
{ id: "browser.urlbar.suggest.quicksuggest.nonsponsored", type: "bool" },
{ id: "browser.urlbar.suggest.quicksuggest.sponsored", type: "bool" },
{ id: "browser.urlbar.quicksuggest.dataCollection.enabled", type: "bool" },
{ id: "browser.urlbar.bestMatch.enabled", type: "bool" },
// History
{ id: "places.history.enabled", type: "bool" },