Commit 48519d5c authored by Dave Tapuska's avatar Dave Tapuska Committed by Commit Bot

Retire PerformanceNavigationTiming2 runtime enabled flag.

Feature first shipped in M57.

BUG=611276

Change-Id: Ib4b514df4f72b29333b534e6978ea8fa3dea5128
Reviewed-on: https://chromium-review.googlesource.com/c/1323628Reviewed-by: default avatarDavid Bokan <bokan@chromium.org>
Commit-Queue: Dave Tapuska <dtapuska@chromium.org>
Cr-Commit-Position: refs/heads/master@{#606871}
parent 56a06fd5
......@@ -11,7 +11,6 @@ enum NavigationType {
"prerender"
};
[
RuntimeEnabled=PerformanceNavigationTiming2,
Exposed=Window
] interface PerformanceNavigationTiming : PerformanceResourceTiming {
readonly attribute DOMHighResTimeStamp unloadEventStart;
......
......@@ -178,8 +178,6 @@ bool WindowPerformance::shouldYield() const {
PerformanceNavigationTiming*
WindowPerformance::CreateNavigationTimingInstance() {
if (!RuntimeEnabledFeatures::PerformanceNavigationTiming2Enabled())
return nullptr;
if (!GetFrame())
return nullptr;
const DocumentLoader* document_loader =
......
......@@ -938,10 +938,6 @@
name: "PaymentRetry",
status: "experimental",
},
{
name: "PerformanceNavigationTiming2",
status: "stable",
},
{
name: "PermissionDelegation",
status: "test",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment