feat(chromium): roll Chromium to r574897 (#2887)

This roll includes:
- https://crrev.com/574785 - DevTools: allow tracing over the remote debugging pipe.

This fixes tracing over the remote debugging pipe.
This commit is contained in:
Joel Einbinder
2018-07-13 11:07:24 -07:00
committed by Andrey Lushnikov
parent 8802253e13
commit e7b0e0f448
2 changed files with 5 additions and 5 deletions

View File

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