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

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

Issue 2550883003: nav timing 2 redirect allow opt-in (Closed)
Patch Set: sync 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/PerformanceNavigationTiming.h
diff --git a/third_party/WebKit/Source/core/timing/PerformanceNavigationTiming.h b/third_party/WebKit/Source/core/timing/PerformanceNavigationTiming.h
index 02249c0f882564dea608cd5697a78e8c004134dd..64e54fa3c83e5a41bdd05a6a29b613fcfaee6c60 100644
--- a/third_party/WebKit/Source/core/timing/PerformanceNavigationTiming.h
+++ b/third_party/WebKit/Source/core/timing/PerformanceNavigationTiming.h
@@ -32,7 +32,7 @@ class CORE_EXPORT PerformanceNavigationTiming final
double redirectEnd,
double fetchStart,
double responseEnd,
- bool hasCrossOriginRedirect,
+ bool allowRedirectDetails,
bool hasSameOriginAsPreviousDocument,
ResourceLoadTiming*,
double lastRedirectEndTime,
@@ -80,7 +80,7 @@ class CORE_EXPORT PerformanceNavigationTiming final
double m_redirectEnd;
double m_fetchStart;
double m_responseEnd;
- bool m_hasCrossOriginRedirect;
+ bool m_allowRedirectDetails;
bool m_hasSameOriginAsPreviousDocument;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698