Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

Commit

Permalink
Fix Bug 1480814 - Add a pref to enable/disable top site search shortc…
Browse files Browse the repository at this point in the history
…uts on the newtab page
  • Loading branch information
sarracini committed Aug 3, 2018
1 parent b0b0f10 commit 5687270
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/ActivityStream.jsm
Expand Up @@ -159,6 +159,10 @@ const PREFS_CONFIG = new Map([
title: "Experiment to remove tiles that are the same as the default search",
value: false
}],
["improvesearch.topSiteSearchShortcuts", {
title: "Experiment to show special top sites that perform keyword searches",
value: true
}],
["asrouterExperimentEnabled", {
title: "Is the message center experiment on?",
value: false
Expand Down

0 comments on commit 5687270

Please sign in to comment.