Skip to content

Commit

Permalink
fix(launcher): properly disable translate UI (#3863)
Browse files Browse the repository at this point in the history
Fix #3858
  • Loading branch information
aslushnikov committed Jan 29, 2019
1 parent 61bc51c commit 7001042
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Launcher.js
Expand Up @@ -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',
Expand Down

0 comments on commit 7001042

Please sign in to comment.