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

Commit

Permalink
Merge pull request #4285 from sarracini/bug_1480814
Browse files Browse the repository at this point in the history
Fix Bug 1480814 - Add a pref to enable/disable top site search shortcuts on the newtab page
  • Loading branch information
sarracini committed Aug 3, 2018
2 parents b0b0f10 + 5687270 commit b1e9631
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 b1e9631

Please sign in to comment.