[Basilisk] Remove browser.tabs.crashReporting.sendReport prefs

This commit is contained in:
Basilisk-Dev 2023-09-26 12:39:35 -04:00 committed by roytam1
commit 36ca1ce479
2 changed files with 0 additions and 12 deletions

View file

@ -50,11 +50,6 @@ this.TabCrashHandler = {
unseenCrashedChildIDs: [],
crashedBrowserQueues: new Map(),
get prefs() {
delete this.prefs;
return this.prefs = Services.prefs.getBranch("browser.tabs.crashReporting.");
},
init: function () {
if (this.initialized)
return;