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

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

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.cpp
diff --git a/third_party/WebKit/Source/core/timing/PerformanceNavigation.cpp b/third_party/WebKit/Source/core/timing/PerformanceNavigation.cpp
index 9084094b8a365053f3aa76e90c6a462e2c673a00..3bcfef1243183643e7dd013445849ac507c58e95 100644
--- a/third_party/WebKit/Source/core/timing/PerformanceNavigation.cpp
+++ b/third_party/WebKit/Source/core/timing/PerformanceNavigation.cpp
@@ -36,6 +36,7 @@
#include "core/loader/DocumentLoader.h"
#include "core/loader/FrameLoaderTypes.h"
+// Legacy support for NT1(https://www.w3.org/TR/navigation-timing/).
namespace blink {
PerformanceNavigation::PerformanceNavigation(LocalFrame* frame)

Powered by Google App Engine
This is Rietveld 408576698