Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(129)

Unified Diff: LayoutTests/inspector/timeline/timeline-network-resource-expected.txt

Issue 481403002: DevTools: move tracing based Timeline out of experiment (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated inspector/timeline/timeline-coalescing.html Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/timeline/timeline-network-resource-expected.txt
diff --git a/LayoutTests/inspector/timeline/timeline-network-resource-expected.txt b/LayoutTests/inspector/timeline/timeline-network-resource-expected.txt
index ba617260eefcc90fc93f28d6aee5ceb41f7c9b9e..c91f50787ecc297f5583b0def2c25fe72728d662 100644
--- a/LayoutTests/inspector/timeline/timeline-network-resource-expected.txt
+++ b/LayoutTests/inspector/timeline/timeline-network-resource-expected.txt
@@ -5,6 +5,7 @@ Script resource loaded
ResourceSendRequest Properties:
{
data : {
+ frame : <string>
requestId : <string>
requestMethod : "GET"
url : .../inspector/timeline/timeline-network-resource.js
@@ -20,11 +21,13 @@ ResourceSendRequest Properties:
ResourceReceiveResponse Properties:
{
data : {
+ frame : <string>
mimeType : <string>
requestId : <string>
statusCode : 0
}
endTime : <number>
+ frameId : <string>
startTime : <number>
thread : <string>
type : "ResourceReceiveResponse"

Powered by Google App Engine
This is Rietveld 408576698