Commit 8865f718 authored by Jim Chen's avatar Jim Chen
Browse files

Bug 1442255 - 6. Adjust process count for GeckoView; r=jchen

Set process count to 1 because we only support one child process right
now.

MozReview-Commit-ID: HJAWvN4aqSX

--HG--
extra : rebase_source : 53e997b69b4b11fc3673a546ba0ad276e772d570
parent cfa417a9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,3 +7,4 @@
#include mobile.js

pref("privacy.trackingprotection.pbmode.enabled", false);
pref("dom.ipc.processCount", 1);