From f79111c182d69c43fb6a3267d30dcae4fd5bf6be Mon Sep 17 00:00:00 2001 From: Eliot Jacobs Date: Tue, 19 Dec 2023 00:24:22 +0000 Subject: [PATCH] Bug 1860845 - Removes unused disable_button preferences (view_cookies,change_blocklist) r=settings-reviewers,Gijs Differential Revision: https://phabricator.services.mozilla.com/D196802 --- browser/components/preferences/privacy.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/browser/components/preferences/privacy.js b/browser/components/preferences/privacy.js index 67628d28ec23..3f1304a745a5 100644 --- a/browser/components/preferences/privacy.js +++ b/browser/components/preferences/privacy.js @@ -118,8 +118,6 @@ Preferences.addAll([ // Button prefs { id: "pref.privacy.disable_button.cookie_exceptions", type: "bool" }, - { id: "pref.privacy.disable_button.view_cookies", type: "bool" }, - { id: "pref.privacy.disable_button.change_blocklist", type: "bool" }, { id: "pref.privacy.disable_button.tracking_protection_exceptions", type: "bool",