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

Unified Diff: third_party/WebKit/Source/core/timing/PerformanceNavigation.idl

Issue 2509143002: Add Prerender type to NavigationType for nav timing 2 (Closed)
Patch Set: synced client Created 4 years 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/timing/PerformanceNavigation.idl
diff --git a/third_party/WebKit/Source/core/timing/PerformanceNavigation.idl b/third_party/WebKit/Source/core/timing/PerformanceNavigation.idl
index 0745852ee267b42ca50ba1432533433d82388bc7..5e518d95448c29db5137126266896c7049683000 100644
--- a/third_party/WebKit/Source/core/timing/PerformanceNavigation.idl
+++ b/third_party/WebKit/Source/core/timing/PerformanceNavigation.idl
@@ -30,6 +30,8 @@
// https://w3c.github.io/navigation-timing/#the-performancenavigation-interface
+// Legacy support for NT1(https://www.w3.org/TR/navigation-timing/).
+
[
Exposed=Window,
] interface PerformanceNavigation {

Powered by Google App Engine
This is Rietveld 408576698