feat(chromium): roll Chromium to r615489 (#3653)

This roll includes:
- https://crrev.com/611230 - Headless: enable disk cache for default profile
- https://crrev.com/613297 - headless: support --disk-cache-dir flag
This commit is contained in:
Andrey Lushnikov 2018-12-11 12:24:56 -08:00 committed by GitHub
parent 0cccc586cc
commit 4346fa1978
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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