| Index: third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| diff --git a/third_party/WebKit/Source/core/inspector/browser_protocol.json b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| index 4f460682ceb323b0029a531ef1e558d6761aa5f6..2293375a186e79bd676d26d088c588366fe8500f 100644
|
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| @@ -108,6 +108,8 @@
|
| { "name": "url", "type": "string", "description": "Resource URL." },
|
| { "name": "type", "$ref": "ResourceType", "description": "Type of this resource." },
|
| { "name": "mimeType", "type": "string", "description": "Resource mimeType as determined by the browser." },
|
| + { "name": "lastModified", "$ref": "Network.Timestamp", "description": "last-modified timestamp as reported by server.", "optional": true },
|
| + { "name": "contentSize", "type": "number", "description": "Resource content size.", "optional": true },
|
| { "name": "failed", "type": "boolean", "optional": true, "description": "True if the resource failed to load." },
|
| { "name": "canceled", "type": "boolean", "optional": true, "description": "True if the resource was canceled during loading." }
|
| ],
|
|
|