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 { ...@@ -11,7 +11,6 @@ enum NavigationType {
"prerender" "prerender"
}; };
[ [
RuntimeEnabled=PerformanceNavigationTiming2,
Exposed=Window Exposed=Window
] interface PerformanceNavigationTiming : PerformanceResourceTiming { ] interface PerformanceNavigationTiming : PerformanceResourceTiming {
readonly attribute DOMHighResTimeStamp unloadEventStart; readonly attribute DOMHighResTimeStamp unloadEventStart;
......
...@@ -178,8 +178,6 @@ bool WindowPerformance::shouldYield() const { ...@@ -178,8 +178,6 @@ bool WindowPerformance::shouldYield() const {
PerformanceNavigationTiming* PerformanceNavigationTiming*
WindowPerformance::CreateNavigationTimingInstance() { WindowPerformance::CreateNavigationTimingInstance() {
if (!RuntimeEnabledFeatures::PerformanceNavigationTiming2Enabled())
return nullptr;
if (!GetFrame()) if (!GetFrame())
return nullptr; return nullptr;
const DocumentLoader* document_loader = const DocumentLoader* document_loader =
......
...@@ -938,10 +938,6 @@ ...@@ -938,10 +938,6 @@
name: "PaymentRetry", name: "PaymentRetry",
status: "experimental", status: "experimental",
}, },
{
name: "PerformanceNavigationTiming2",
status: "stable",
},
{ {
name: "PermissionDelegation", name: "PermissionDelegation",
status: "test", 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