Roll chromium to 508268 (#1019)

This gets us:

- Plural metrics names https://crrev.com/507885
- TargetInfoChanged on URL changes https://crrev.com/508049
- Sending proper resource types for requests https://crrev.com/667504

Fixes #734
This commit is contained in:
JoelEinbinder
2017-10-12 01:17:06 -07:00
committed by Andrey Lushnikov
parent c893bf3684
commit 0426e3c068
4 changed files with 15 additions and 15 deletions

View File

@@ -832,10 +832,10 @@ class Page extends EventEmitter {
/** @type {!Set<string>} */
const supportedMetrics = new Set([
'Timestamp',
'DocumentCount',
'FrameCount',
'JSEventListenerCount',
'NodeCount',
'Documents',
'Frames',
'JSEventListeners',
'Nodes',
'LayoutCount',
'RecalcStyleCount',
'LayoutDuration',