Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/inspector/tracing/timeline-network-resource-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-network-resource-expected.txt b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-network-resource-expected.txt |
| index e71cfc055f3504e8faeb6085caaa01a9dba6ba47..5485eb66547af5b7185e551782c6e51905494362 100644 |
| --- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-network-resource-expected.txt |
| +++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-network-resource-expected.txt |
| @@ -5,14 +5,12 @@ Script resource loaded |
| ResourceSendRequest Properties: |
| { |
| data : { |
| - frame : <string> |
|
caseq
2015/11/13 00:23:23
Can we get frame back?
alph
2015/11/13 00:32:34
It's not used. Let's add it when there's a need.
|
| requestId : <string> |
| requestMethod : "GET" |
| stackTrace : <object> |
| url : .../inspector/tracing/timeline-network-resource.js |
| } |
| endTime : <number> |
| - frameId : <string> |
| stackTrace : <object> |
| startTime : <number> |
| thread : <string> |
| @@ -23,13 +21,11 @@ Text details for ResourceSendRequest: timeline-network-resource.js |
| ResourceReceiveResponse Properties: |
| { |
| data : { |
| - frame : <string> |
| mimeType : <string> |
| requestId : <string> |
| statusCode : 0 |
| } |
| endTime : <number> |
| - frameId : <string> |
| startTime : <number> |
| thread : <string> |
| type : "ResourceReceiveResponse" |