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

Unified Diff: third_party/WebKit/public/platform/WebURLRequest.h

Issue 2316573002: PlzNavigate: Support ResourceTiming API (Closed)
Patch Set: Created 4 years, 3 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/public/platform/WebURLRequest.h
diff --git a/third_party/WebKit/public/platform/WebURLRequest.h b/third_party/WebKit/public/platform/WebURLRequest.h
index 45a8a860cf1ce7ca402fe7813b21e10f1109396c..c3b0826c409c70b9891d0d1543bf6967b9c55d2f 100644
--- a/third_party/WebKit/public/platform/WebURLRequest.h
+++ b/third_party/WebKit/public/platform/WebURLRequest.h
@@ -45,6 +45,7 @@ class WebHTTPHeaderVisitor;
class WebSecurityOrigin;
class WebString;
class WebURL;
+class WebURLResponse;
enum class WebCachePolicy;
class WebURLRequest {
@@ -313,6 +314,11 @@ public:
BLINK_PLATFORM_EXPORT LoadingIPCType getLoadingIPCType() const;
+ // Inform the request of previous navigations in the redirect chain that
+ // happened outside of blink.
+ BLINK_PLATFORM_EXPORT void appendPreviousResponse(const WebURLResponse&);
+ BLINK_PLATFORM_EXPORT void setPreviousNavigationStart(double);
+
#if INSIDE_BLINK
BLINK_PLATFORM_EXPORT ResourceRequest& toMutableResourceRequest();
BLINK_PLATFORM_EXPORT const ResourceRequest& toResourceRequest() const;

Powered by Google App Engine
This is Rietveld 408576698