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

Unified Diff: Source/core/loader/ResourceLoadNotifier.cpp

Issue 13912021: [Resource Timing] Expose redirect timing information (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2nd Created 7 years, 8 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: Source/core/loader/ResourceLoadNotifier.cpp
diff --git a/Source/core/loader/ResourceLoadNotifier.cpp b/Source/core/loader/ResourceLoadNotifier.cpp
index 4b5c5c5a989e6ff6bd925ed0b75ebd96841d4347..96a79a21a0556218634d67e900afc6c4ef8ea92b 100644
--- a/Source/core/loader/ResourceLoadNotifier.cpp
+++ b/Source/core/loader/ResourceLoadNotifier.cpp
@@ -107,9 +107,6 @@ void ResourceLoadNotifier::dispatchWillSendRequest(DocumentLoader* loader, unsig
InspectorInstrumentation::willSendRequest(m_frame, identifier, loader, request, redirectResponse);
// Report WebTiming for all frames.
James Simonsen 2013/05/20 23:31:37 frames -> requests
Pan 2013/06/03 10:17:34 yep, done
- if (loader && !request.isNull() && request.url() == loader->requestURL())
- request.setReportLoadTiming(true);
-
request.setReportLoadTiming(true);
}

Powered by Google App Engine
This is Rietveld 408576698