feat(chromium): roll Chromium to r649004 (#4259)

This roll includes:
- https://crrev.com/648988 - perfetto: Emit trace config in TraceEventMetadataSource
This commit is contained in:
Andrey Lushnikov 2019-04-08 22:37:11 -07:00 committed by GitHub
parent 54cce43aea
commit 2a7c3fe3e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -49,8 +49,6 @@ const DEFAULT_ARGS = [
'--disable-features=site-per-process,TranslateUI,BlinkGenPropertyTrees', '--disable-features=site-per-process,TranslateUI,BlinkGenPropertyTrees',
'--disable-hang-monitor', '--disable-hang-monitor',
'--disable-ipc-flooding-protection', '--disable-ipc-flooding-protection',
// TODO: Perfetto is disabled due to crbug.com/950620
'--disable-perfetto',
'--disable-popup-blocking', '--disable-popup-blocking',
'--disable-prompt-on-repost', '--disable-prompt-on-repost',
'--disable-renderer-backgrounding', '--disable-renderer-backgrounding',

View File

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