Bug 1627782: Enable the process priority manager in GeckoView; r=agi

Differential Revision: https://phabricator.services.mozilla.com/D69859

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Aaron Klotz 2020-04-07 14:40:52 +00:00
parent c4f232dc02
commit 6c60e366a0

View File

@ -82,3 +82,6 @@ pref("media.eme.require-app-approval", true);
// Enable the extension process
pref("extensions.webextensions.remote", true);
// Enable the Process Priority Manager
pref("dom.ipc.processPriorityManager.enabled", true);