Bug 1501286 - Part 5: Remove the browser.contentblocking.ui.enabled pref r=johannh
Depends on D9522
Differential Revision:
https://phabricator.services.mozilla.com/D9523
--- a/modules/libpref/init/StaticPrefList.h
+++ b/modules/libpref/init/StaticPrefList.h
@@ -1631,23 +1631,16 @@ PREF("preferences.allow.omt-write", bool
// Whether Content Blocking has been enabled.
VARCACHE_PREF(
"browser.contentblocking.enabled",
browser_contentblocking_enabled,
bool, true
)
-// Whether Content Blocking UI has been enabled.
-VARCACHE_PREF(
- "browser.contentblocking.ui.enabled",
- browser_contentblocking_ui_enabled,
- bool, true
-)
-
// Whether Content Blocking Third-Party Cookies UI has been enabled.
VARCACHE_PREF(
"browser.contentblocking.allowlist.storage.enabled",
browser_contentblocking_allowlist_storage_enabled,
bool, false
)
VARCACHE_PREF(