1
0
Fork 0

For #3588 - Preload the content process when starting Gecko (#3589)

master
Emily Kager 2019-06-20 13:00:22 -07:00 committed by Colin Lee
parent b1102c2e76
commit afb59251c1
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ class Core(private val context: Context) {
val runtimeSettings = builder
.crashHandler(CrashHandlerService::class.java)
.useContentProcessHint(true)
.build()
if (!Settings.getInstance(context).shouldUseAutoSize) {