1
0
Fork 1
snowleopard/patches/0004-remove-snippets-from-home.patch

23 lines
577 B
Diff

--- a/browser/components/newtab/lib/AboutPreferences.jsm
+++ b/browser/components/newtab/lib/AboutPreferences.jsm
@@ -56,18 +56,7 @@ const PREFS_BEFORE_SECTIONS = () => [
},
];
-const PREFS_AFTER_SECTIONS = () => [
- {
- id: "snippets",
- pref: {
- feed: "feeds.snippets",
- titleString: "home-prefs-snippets-header",
- descString: "home-prefs-snippets-description-new",
- },
- icon: "chrome://global/skin/icons/info.svg",
- eventSource: "SNIPPETS",
- },
-];
+const PREFS_AFTER_SECTIONS = () => [];
class AboutPreferences {
init() {