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

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

Issue 2316573002: PlzNavigate: Support ResourceTiming API (Closed)
Patch Set: Rebase Created 4 years, 2 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 9988c829753951a3aa22b062b7b64e8ab0742f2c..c19985a1fb49128007862c6d0636ff2c2547aed9 100644
--- a/third_party/WebKit/public/platform/WebURLLoaderClient.h
+++ b/third_party/WebKit/public/platform/WebURLLoaderClient.h
@@ -49,8 +49,7 @@ class BLINK_PLATFORM_EXPORT WebURLLoaderClient {
// for this redirect, or zero if the redirect was served from cache.
virtual void willFollowRedirect(WebURLLoader*,
WebURLRequest& newRequest,
- const WebURLResponse& redirectResponse,
- int64_t encodedDataLength) {}
+ const WebURLResponse& redirectResponse) {}
// Called to report upload progress. The bytes reported correspond to
// the HTTP message body.
« no previous file with comments | « third_party/WebKit/Source/web/AssociatedURLLoaderTest.cpp ('k') | third_party/WebKit/public/platform/WebURLRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698