fix(launcher): properly disable translate UI (#3863)

Fix #3858
This commit is contained in:
Andrey Lushnikov 2019-01-28 17:19:53 -08:00 committed by GitHub
parent 61bc51c33a
commit 7001042f79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,14 +45,13 @@ const DEFAULT_ARGS = [
'--disable-dev-shm-usage',
'--disable-extensions',
// TODO: Support OOOPIF. @see https://github.com/GoogleChrome/puppeteer/issues/2548
'--disable-features=site-per-process',
'--disable-features=site-per-process,TranslateUI',
'--disable-hang-monitor',
'--disable-ipc-flooding-protection',
'--disable-popup-blocking',
'--disable-prompt-on-repost',
'--disable-renderer-backgrounding',
'--disable-sync',
'--disable-translate',
'--force-color-profile=srgb',
'--metrics-recording-only',
'--no-first-run',