chore: fix network-service related chromium feature settings (#8350)

This commit is contained in:
Yutaka Hirano 2022-06-01 00:32:54 +09:00 committed by GitHub
parent 0502395624
commit 2219eed386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -207,7 +207,7 @@ class ChromeLauncher implements ProductLauncher {
const chromeArguments = [
'--allow-pre-commit-input', // TODO(crbug.com/1320996): neither headful nor headless should rely on this flag.
'--disable-background-networking',
'--enable-features=NetworkService,NetworkServiceInProcess',
'--enable-features=NetworkServiceInProcess2',
'--disable-background-timer-throttling',
'--disable-backgrounding-occluded-windows',
'--disable-breakpad',