browser(firefox): follow-up with crash reporter disabling (#5534)

Since we now disable crash reporter compilation and don't ship it
with Firefox anymore, we should not attempt to disable it
with preferences.
This commit is contained in:
Andrey Lushnikov 2021-02-19 21:30:50 -08:00 committed by GitHub
parent f10d0a8a58
commit 496aeeba79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View file

@ -1,2 +1,2 @@
1233
Changed: lushnikov@chromium.org Fri 19 Feb 2021 12:48:12 PM PST
1234
Changed: lushnikov@chromium.org Fri 19 Feb 2021 21:20:12 PM PST

View file

@ -273,5 +273,3 @@ pref("extensions.blocklist.enabled", false);
// Force Firefox Devtools to open in a separate window.
pref("devtools.toolbox.host", "window");
// Disable crash reporter.
Components.classes["@mozilla.org/toolkit/crash-reporter;1"].getService(Components.interfaces.nsICrashReporter).submitReports = false;