feat(chromium): roll Chromium to r620317 (#3732)

This roll includes:
- https://crrev.com/619087 - DevTools: support interception for file: schema
- https://crrev.com/616936 - Complete the screen capture color space plumbing

This should allow us to switch to network service by default.

Note: We now have to force a specific color space since https://crrev.com/616936
tries to pick the system one.
This commit is contained in:
Andrey Lushnikov 2019-01-08 12:55:40 -08:00 committed by GitHub
parent 1e66d332b8
commit c86bc0fa9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -50,6 +50,7 @@ const DEFAULT_ARGS = [
'--disable-renderer-backgrounding', '--disable-renderer-backgrounding',
'--disable-sync', '--disable-sync',
'--disable-translate', '--disable-translate',
'--force-color-profile=srgb',
'--metrics-recording-only', '--metrics-recording-only',
'--no-first-run', '--no-first-run',
'--safebrowsing-disable-auto-update', '--safebrowsing-disable-auto-update',

View File

@ -8,7 +8,7 @@
"node": ">=6.4.0" "node": ">=6.4.0"
}, },
"puppeteer": { "puppeteer": {
"chromium_revision": "615489" "chromium_revision": "620317"
}, },
"scripts": { "scripts": {
"unit": "node test/test.js", "unit": "node test/test.js",