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

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

Issue 2316573002: PlzNavigate: Support ResourceTiming API (Closed)
Patch Set: Support resourceLoadInfo (encodedDataLength) 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/WebURLLoaderClient.h
diff --git a/third_party/WebKit/public/platform/WebURLLoaderClient.h b/third_party/WebKit/public/platform/WebURLLoaderClient.h
index 9f93cbcc6957dc7248204a69f181227ec86583e2..505e1ca3686a8beda6b678c5a4e77cf4de100c3e 100644
--- a/third_party/WebKit/public/platform/WebURLLoaderClient.h
+++ b/third_party/WebKit/public/platform/WebURLLoaderClient.h
@@ -48,7 +48,7 @@ public:
// |encodedDataLength| is the size of the data that came from the network
// for this redirect, or zero if the redirect was served from cache.
virtual void willFollowRedirect(
- WebURLLoader*, WebURLRequest& newRequest, const WebURLResponse& redirectResponse, int64_t encodedDataLength) {}
+ WebURLLoader*, WebURLRequest& newRequest, const WebURLResponse& redirectResponse) {}
// Called to report upload progress. The bytes reported correspond to
// the HTTP message body.

Powered by Google App Engine
This is Rietveld 408576698