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

Unified Diff: third_party/WebKit/Source/core/timing/PerformanceNavigationTiming.h

Issue 2675973004: Update NT2 name to be the requested URL instead of 'document' (Closed)
Patch Set: fix failing wpt tests (imported after creation of this CL), and delete a redundant, old test Created 3 years, 10 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/timing/PerformanceNavigationTiming.h
diff --git a/third_party/WebKit/Source/core/timing/PerformanceNavigationTiming.h b/third_party/WebKit/Source/core/timing/PerformanceNavigationTiming.h
index 2022807a2be857ec1f24cf243f77aa202d37a238..c26ba4b1d3aa00270416844ff3e17241c1ff14df 100644
--- a/third_party/WebKit/Source/core/timing/PerformanceNavigationTiming.h
+++ b/third_party/WebKit/Source/core/timing/PerformanceNavigationTiming.h
@@ -19,6 +19,7 @@ class CORE_EXPORT PerformanceNavigationTiming final
enum class NavigationType { Navigate, Reload, BackForward, Prerender };
PerformanceNavigationTiming(double timeOrigin,
+ const String& requestedUrl,
double unloadEventStart,
double unloadEventEnd,
double loadEventStart,

Powered by Google App Engine
This is Rietveld 408576698