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

Unified Diff: third_party/WebKit/Source/core/loader/DocumentLoader.cpp

Issue 2962113002: Updates to Server-Timing in accordance with with spec changes (Closed)
Patch Set: fix web-platform-tests Created 3 years, 5 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: third_party/WebKit/Source/core/loader/DocumentLoader.cpp
diff --git a/third_party/WebKit/Source/core/loader/DocumentLoader.cpp b/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
index 1561744d6a5185c710842e4cec29264d02bcae01..315ac38336a5a7a7ab3628608debeb7ebed35288 100644
--- a/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
+++ b/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
@@ -951,13 +951,6 @@ void DocumentLoader::DidInstallNewDocument(Document* document) {
document->ParseAndSetReferrerPolicy(referrer_policy_header);
}
- if (RuntimeEnabledFeatures::ServerTimingEnabled() &&
- frame_->GetDocument()->domWindow()) {
- DOMWindowPerformance::performance(*(frame_->GetDocument()->domWindow()))
- ->AddServerTiming(response_,
- PerformanceBase::ShouldAddToBuffer::Always);
- }
-
GetLocalFrameClient().DidCreateNewDocument();
}
« no previous file with comments | « third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp ('k') | third_party/WebKit/Source/core/loader/FrameFetchContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698