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

Unified Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-receive-response-event-expected.txt

Issue 1410153009: DevTools: Make network events continuous on Timeline (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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: third_party/WebKit/LayoutTests/inspector/tracing/timeline-receive-response-event-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-receive-response-event-expected.txt b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-receive-response-event-expected.txt
index 088ca5b6c333b487050cc8059e745d1ba4212a13..989018a104a98be2fa7cd3fd0ec3ddb6c48932b1 100644
--- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-receive-response-event-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-receive-response-event-expected.txt
@@ -1,15 +1,15 @@
Tests the Timeline API instrumentation of a SendRequest, ReceiveResponse etc.
-ResourceSendRequest
-ResourceReceiveResponse
-ResourceReceivedData
-ResourceFinish
+ResourceFetcher::requestResource
+ResourceDispatcher::OnReceivedResponse
+ResourceDispatcher::OnReceivedData
+ResourceDispatcher::OnRequestComplete
EventDispatch
FunctionCall
- ResourceSendRequest
-ResourceReceiveResponse
-ResourceReceivedData
-ResourceFinish
+ ResourceFetcher::requestResource
+ResourceDispatcher::OnReceivedResponse
+ResourceDispatcher::OnReceivedData
+ResourceDispatcher::OnRequestComplete
EventDispatch
FunctionCall

Powered by Google App Engine
This is Rietveld 408576698